Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 608 Bytes

Wingpanel Power Indicator

Translation status Screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-dev
  • libgtop2-dev
  • libudev-dev
  • libwingpanel-dev
  • libnotify
  • meson >= 0.58.0
  • 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