Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 816 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 816 Bytes

WSysMon

A windows task manager clone for Linux.

Installation

On Arch based distros (AUR):

$ yay -S wsysmon-git

On openSUSE from Vortex Acherontic´s Repo:

$ sudo zypper addrepo https://download.opensuse.org/repositories/home:VortexAcherontic/openSUSE_Tumbleweed/home:VortexAcherontic.repo
$ sudo zypper ref
$ sudo zypper in wsysmon

Building

The following dependencies are required:

  • libgtkmm-3.0
  • libsystemd
cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release

Limitations

  • Only NVIDIA GPUs using the proprietary driver are detected