chore(waybar): improve custom pacman module

This commit is contained in:
2025-07-19 11:47:12 +02:00
parent 079779a52a
commit a91a9f34bf
2 changed files with 12 additions and 4 deletions

View File

@@ -86,8 +86,9 @@
"interval": 60,
"tooltip": true,
"format": "{} ",
"return-type": "json",
"exec": "$HOME/.config/waybar/scripts/check-updates.sh",
"exec-if": "[[ `$HOME/.config/waybar/scripts/check-updates.sh` != 0 ]]",
"exec-if": "[[ `checkupdates | wc -l` != 0 ]]",
"signal": 1
},
"custom/recorder": {