chore: update configs

This commit is contained in:
2025-05-21 15:32:27 +02:00
parent fb086cb885
commit d15fe0104c
7 changed files with 44 additions and 49 deletions

View File

@@ -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": {