From 4029c5423f92fdb504b7507b85b8b1d0123a0904 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 31 Jul 2022 10:56:42 +0200 Subject: [PATCH] Added UPower to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 248eef0..fefde2c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Local time - Battery +- UPower - Network - Bluetooth - Pulseaudio @@ -71,6 +72,7 @@ libmpdclient [MPD module] libsndio [sndio module] libevdev [KeyboardState module] xkbregistry +upower [UPower battery module] ``` **Build dependencies** @@ -104,6 +106,7 @@ sudo apt install \ libspdlog-dev \ libwayland-dev \ scdoc \ + upower \ libxkbregistry-dev ```