Switch to new battery module

This commit is contained in:
John Mertz 2023-09-05 12:37:24 -06:00
parent 95898935e1
commit 381d828c8c
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 3 additions and 3 deletions

View File

@ -116,9 +116,9 @@
"custom/battery": { "custom/battery": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "${HOME}/scripts/thinkpad/pow.pl --bar", "exec": "${HOME}/scripts/waybar/waybar-battery.sh bar",
"interval": 5, "interval": 10,
"on-click": "notify-send Power \"`${HOME}/scripts/thinkpad/pow.pl -p`\"" "on-click": "${HOME}/scripts/scripts/waybar/waybar-battery.sh notify"
}, },
"pulseaudio": { "pulseaudio": {
//"scroll-step": 1, //"scroll-step": 1,