Added UPower to README

This commit is contained in:
Erik Reider 2022-07-31 10:56:42 +02:00 committed by GitHub
parent 3996764880
commit 4029c5423f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
- Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Tray [#21](https://github.com/Alexays/Waybar/issues/21)
- Local time - Local time
- Battery - Battery
- UPower
- Network - Network
- Bluetooth - Bluetooth
- Pulseaudio - Pulseaudio
@ -71,6 +72,7 @@ libmpdclient [MPD module]
libsndio [sndio module] libsndio [sndio module]
libevdev [KeyboardState module] libevdev [KeyboardState module]
xkbregistry xkbregistry
upower [UPower battery module]
``` ```
**Build dependencies** **Build dependencies**
@ -104,6 +106,7 @@ sudo apt install \
libspdlog-dev \ libspdlog-dev \
libwayland-dev \ libwayland-dev \
scdoc \ scdoc \
upower \
libxkbregistry-dev libxkbregistry-dev
``` ```