From cddf21f29ccee09eaf651d5d7b781a32ffa1f054 Mon Sep 17 00:00:00 2001 From: Elena Date: Tue, 26 Mar 2019 01:18:15 +0200 Subject: [PATCH] README dependency table update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c2c195..ff8a6dc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ If you notice that something is missing, please open an issue so I can add the d | `rofi` | Window switcher, application launcher and dmenu replacement | (explains itself) | | `xorg-xbacklight` | Gets/Sets screen brightness (intel GPU only) | brightness widget | | `lm_sensors` | CPU temperature sensor | CPU temperature widget | -| `pulseaudio`, `libpulse` | Sound system **You probably already have these** | volume widget, [bin/volume-control.sh](./bin/volume-control.sh) script | +| `upower` | Abstraction for enumerating power devices, listening to device events and more | battery widget | +| `pulseaudio`, `libpulse` | Sound system **(You probably already have these)** | volume widget, [bin/volume-control.sh](./bin/volume-control.sh) script | | [bin/volume-control.sh](./bin/volume-control.sh) in your `$PATH` | Commands to control your volume | volume buttons, volume widget | | `jq` | Parses `json` output | weather widget | | `fortune-mod` | Displays random quotations (fortune cookies) | fortune widget |