Home
Softono

Wingpanel Indicator Sys Monitor

Open source MIT Vala
85
Stars
17
Forks
12
Issues
9
Watchers
6 years
Last Commit

 About Wingpanel Indicator Sys Monitor

System monitor indicator for Wingpanel

Platforms

Web Self-hosted

Languages

Vala

Links

Need Help Installing Wingpanel Indicator Sys Monitor?

We provide expert installation service for this software. Our team will install, configure, and secure Wingpanel Indicator Sys Monitor on your server. plans start at just $30.

Wingpanel Indicator Sys Monitor

View on GitHub

Wingpanel System Monitor Indicator

I recommend to switch to the new implementation of this indicator as I do not plan on working on this one anymore.

Screenshot Screenshot

Building and Installation

You'll need the following dependencies:

libglib2.0-dev
libgtop2-dev
libgranite-dev
libgtk-3-dev
libwingpanel-2.0-dev
meson
valac

Elementary

sudo apt install libgtop2-dev libgranite-dev libgtk-3-dev libwingpanel-2.0-dev meson valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install

Arch Linux

Arch Linux users can find Wingpanel Indicator Sys Monitor under the name wingpanel-indicator-sys-monitor-git in the AUR:

aurman -S wingpanel-indicator-sys-monitor-git

Notes

  • Special thanks for @RyanDam for the graph implementation!