elementary / wingpanel-indicator-power

Wingpanel Power Indicator
GNU General Public License v3.0
26 stars 15 forks source link
gtk gtk3 hacktoberfest meson pantheon vala wingpanel

Wingpanel Power Indicator

Translation status Screenshot

Building and Installation

You'll need the following dependencies:

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