Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phalbert/wingpanel-indicator-periods
Life indicator for elementary OS
https://github.com/phalbert/wingpanel-indicator-periods
applet elementary-os elementaryos indicator indicator-applet vala wingpanel
Last synced: 21 days ago
JSON representation
Life indicator for elementary OS
- Host: GitHub
- URL: https://github.com/phalbert/wingpanel-indicator-periods
- Owner: phalbert
- License: mit
- Created: 2018-07-13T16:11:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T22:10:28.000Z (over 6 years ago)
- Last Synced: 2024-11-15T03:33:31.670Z (28 days ago)
- Topics: applet, elementary-os, elementaryos, indicator, indicator-applet, vala, wingpanel
- Language: Vala
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Periods - Life indicator for elementary (Wingpanel Indicators / Theming)
README
# wingpanel-indicator-periods
Life indicator for elementary OS
View how much has been used of a day, week, month, and year.Builds upon the structure from https://github.com/PlugaruT/wingpanel-indicator-sys-monitor
# Building and Installation
You'll need the following dependencies:
libglib2.0-dev
libgee-0.8-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