Change sleep -> idle script name

This commit is contained in:
John Mertz 2023-08-13 22:29:30 -06:00
parent 8101009816
commit c5f5d4cd1f
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@
"custom/sleep_modes": { "custom/sleep_modes": {
"interval": 1, "interval": 1,
"return-type": "json", "return-type": "json",
"exec": "${HOME}/scripts/waybar/waybar-sleep.sh bar", "exec": "${HOME}/scripts/waybar/waybar-idle.sh bar",
"on-click": "${HOME}/scripts/waybar/waybar-sleep.sh rotate" "on-click": "${HOME}/scripts/waybar/waybar-idle.sh rotate"
}, },
"custom/gammastep": { "custom/gammastep": {
"interval": 1, "interval": 1,