Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
System monitor indicator for Wingpanel
https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
elementary system-monitor vala wingpanel
Last synced: 28 days ago
JSON representation
System monitor indicator for Wingpanel
- Host: GitHub
- URL: https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
- Owner: PlugaruT
- License: mit
- Created: 2018-03-03T17:00:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T20:15:45.000Z (over 4 years ago)
- Last Synced: 2024-08-04T03:04:09.505Z (4 months ago)
- Topics: elementary, system-monitor, vala, wingpanel
- Language: Vala
- Homepage:
- Size: 347 KB
- Stars: 87
- Watchers: 10
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Sys-Monitor - System monitor indicator for Wingpanel (Wingpanel Indicators / Theming)
README
# Wingpanel System Monitor Indicator
I recommend to switch to the [new implementation](https://github.com/PlugaruT/wingpanel-monitor) of this indicator as I do not plan on working on this one anymore.
![Screenshot](data/screenshot_0.png)
![Screenshot](data/screenshot_1.png)## 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](https://aur.archlinux.org/packages/wingpanel-indicator-sys-monitor-git/) in the **AUR**:`aurman -S wingpanel-indicator-sys-monitor-git`
### Notes
- Special thanks for [@RyanDam](https://github.com/RyanDam/) for the graph implementation!