fix of example config typos

This commit is contained in:
Alexey Vladimirov
2026-02-12 02:12:00 +03:00
parent 3bcadfdf5a
commit 7110c455e2

View File

@ -204,8 +204,8 @@ Where:
"events": {
"on-discharging-warning": "notify-send -u normal 'Low Battery'",
"on-discharging-critical": "notify-send -u critical 'Very Low Battery'",
"on-charging-100": "notify-send -u normal 'Battery Full!'"
"on-discharging": "notify-send -u normal 'Power Switch' Discharging"
"on-charging-100": "notify-send -u normal 'Battery Full!'",
"on-discharging": "notify-send -u normal 'Power Switch' Discharging",
"on-charging": "notify-send -u normal 'Power Switch' Charging'"
},
"format": "{capacity}% {icon}",