Skip to content

Supernovatux/WSysMon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A windows task manager clone for Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.3%
  • C 2.0%
  • CMake 1.3%
  • Objective-C++ 0.4%