chore: update configs
This commit is contained in:
@@ -102,8 +102,8 @@
|
||||
"tooltip": true,
|
||||
"format": "{} ",
|
||||
"interval": 60,
|
||||
"exec": "$HOME/.config/waybar/scripts/check_updates.sh",
|
||||
"exec-if": "[[ `$HOME/.config/waybar/scripts/check_updates.sh` != 0 ]]",
|
||||
"exec": "$HOME/.config/waybar/scripts/check-updates.sh",
|
||||
"exec-if": "[[ `$HOME/.config/waybar/scripts/check-updates.sh` != 0 ]]",
|
||||
"signal": 1
|
||||
},
|
||||
|
||||
@@ -113,7 +113,8 @@
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"exec": "echo '{\"class\": \"recording\"}'",
|
||||
"exec-if": "pgrep wf-recorder"
|
||||
"exec-if": "pgrep wf-recorder",
|
||||
"on-click": "$HOME/.config/waybar/scripts/close-screen-recorder.sh"
|
||||
},
|
||||
|
||||
"custom/power": {
|
||||
@@ -188,7 +189,7 @@
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-icons": ["", "", "", "", "", ""],
|
||||
"tooltip-format": "{timeTo}\nCapacity: {capacity}%\nPower: {power:0.2f}w\nCycles: {cycles}\nHealth: {health}%",
|
||||
"on-update": "$HOME/.config/waybar/scripts/check_battery.sh"
|
||||
"on-update": "$HOME/.config/waybar/scripts/check-battery.sh"
|
||||
},
|
||||
|
||||
"disk": {
|
||||
|
Reference in New Issue
Block a user