This commit is contained in:
2025-05-14 17:36:14 -06:00
parent a6b455a364
commit 7b12211aa7
4 changed files with 253 additions and 94 deletions

View File

@@ -112,8 +112,13 @@ full-at = 99
; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/
battery = ${system.sys_battery}
adapter = ${system.sys_adapter}
; battery = ${system.sys_battery}
; adapter = ${system.sys_adapter}
# NOTE, ohmyi3 vars are not merged here
#battery = {{ battery_device }}
battery = BAT0
adapter = AC
; If an inotify event haven't been reported in this many
; seconds, manually poll for new values.