Skip to content

m93a/wingpanel-indicator-sys-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wingpanel System Monitor Indicator

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!

About

System monitor indicator for Wingpanel

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vala 98.4%
  • Meson 1.4%
  • Python 0.2%