Switch to new battery module
This commit is contained in:
parent
95898935e1
commit
381d828c8c
|
@ -116,9 +116,9 @@
|
|||
"custom/battery": {
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"exec": "${HOME}/scripts/thinkpad/pow.pl --bar",
|
||||
"interval": 5,
|
||||
"on-click": "notify-send Power \"`${HOME}/scripts/thinkpad/pow.pl -p`\""
|
||||
"exec": "${HOME}/scripts/waybar/waybar-battery.sh bar",
|
||||
"interval": 10,
|
||||
"on-click": "${HOME}/scripts/scripts/waybar/waybar-battery.sh notify"
|
||||
},
|
||||
"pulseaudio": {
|
||||
//"scroll-step": 1,
|
||||
|
|
Loading…
Reference in New Issue