SlyFabi / WSysMon

A windows task manager clone for Linux.
MIT License
270 stars 9 forks source link

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:

cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release

Limitations