From c9b50843b9addf71a2ed0c84642a75e93eee1bc2 Mon Sep 17 00:00:00 2001 From: Elena Date: Tue, 26 Mar 2019 01:18:15 +0200 Subject: [PATCH] README dependency table update Former-commit-id: cddf21f29ccee09eaf651d5d7b781a32ffa1f054 Former-commit-id: 608941a5fcbf8d930e1528aa6f221988e28a7758 Former-commit-id: 51704e96dae4dc3f72faa4b0b5e834054a1fceaa Former-commit-id: 2b5c040792ec6068cb7ac0fbeb4fb3a2269846c6 --- 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 |