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-20250416-f68f492.diff) 18 19 Author 20 ------ 21 * Madison Lynch <madi@mxdi.xyz>