New check updates module with color indicators for threshholds

This commit is contained in:
Stephan Raabe
2023-09-10 15:03:00 +02:00
parent 55b5d4ed11
commit 1806326c4a
4 changed files with 22 additions and 7 deletions
+5 -2
View File
@@ -67,10 +67,13 @@
// Updates Count
"custom/updates": {
"format": " {}",
"format": " {}",
"tooltip-format": "{}",
"escape": true,
"return-type": "json",
"exec": "~/dotfiles/scripts/updates.sh",
"restart-interval": 600,
"on-click": "alacritty -e yay",
"on-click": "alacritty -e ~/dotfiles/scripts/installupdates.sh",
"tooltip": false
},