index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (494B) | |
--- | |
1 dyn-battery | |
2 =========== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch implements a function that displays the status and capacity of | |
7 all present batteries (only supported for Linux). | |
8 | |
9 The order of the format identifiers is hard-coded: battery number (%u), | |
10 state (%s), capacity (%s). Example: | |
11 "[BAT%u: %s%s]" -> [BAT0: +58] | |
12 | |
13  | |
14 | |
15 Download | |
16 -------- | |
17 * [slstatus-dyn_battery-20250416-f68f492.diff](slstatus-dyn_battery-2025… | |
18 | |
19 Author | |
20 ------ | |
21 |