Monitor
Manage processes and monitor system resources
Building and Installation
You'll need the following dependencies to build:
- valac
- libgtk-3-dev
- libgranite-dev
- libbamf3-dev
- libwnck-3-dev
- libgtop2-dev
- libwingpanel-2.0-dev
- libxml2-utils
- meson
How To Build
git clone https://github.com/stsdc/monitor
cd monitor
meson build --prefix=/usr
cd build
sudo ninja install
Debug
G_MESSAGES_DEBUG=all ./com.github.stsdc.monitor
Arch Linux
Arch Linux users can find Monitor under the name pantheon-system-monitor-git in the AUR:
$ aurman -S pantheon-system-monitor-git
