Skip to content
Manage processes and monitor system resources.
Branch: master
Clone or download
Latest commit 2299c88 Apr 12, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data update changelogs Apr 12, 2019
debian
design
meson configuring meson Jan 14, 2018
po update po files Apr 12, 2019
src
vapi ppid & pgrp via GTop Aug 12, 2017
.gitignore read memory with GTop Aug 12, 2017
.travis.yml Update .travis.yml Nov 19, 2018
AUTHORS New icons that respect the elementary HIG Oct 8, 2017
LICENSE prepare for publishing Aug 18, 2017
README.md update readme Mar 11, 2019
meson.build added more suitable string for placeholder in statusbar for cpu and ram Feb 19, 2019
uncrustify.cfg

README.md

Monitor

Manage processes and monitor system resources

Release Build Status

Monitor Screenshot

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

You can’t perform that action at this time.