https://github.com/elementary/panel-power
Wingpanel Power Indicator
https://github.com/elementary/panel-power
gtk gtk4 hacktoberfest meson pantheon vala wingpanel
Last synced: 3 months ago
JSON representation
Wingpanel Power Indicator
- Host: GitHub
- URL: https://github.com/elementary/panel-power
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-17T21:08:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T18:55:32.000Z (4 months ago)
- Last Synced: 2025-06-22T17:05:20.659Z (4 months ago)
- Topics: gtk, gtk4, hacktoberfest, meson, pantheon, vala, wingpanel
- Language: Vala
- Homepage:
- Size: 3.5 MB
- Stars: 26
- Watchers: 25
- Forks: 15
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel Power Indicator
[](https://l10n.elementaryos.org/engage/wingpanel/)
## Building and Installation
You'll need the following dependencies:
* libgranite-7-dev
* libgtop2-dev
* libudev-dev
* libwingpanel-8-dev
* libnotify-dev
* meson >= 0.58.0
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
sudo ninja install