refactor(waybar): remove redundant check for package updates
This commit is contained in:
parent
4fbb1feed8
commit
89a803abbc
@ -199,7 +199,6 @@
|
|||||||
"custom/pacman-update": {
|
"custom/pacman-update": {
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "~/.config/waybar/scripts/get-pacman-package-updates.bash",
|
"exec": "~/.config/waybar/scripts/get-pacman-package-updates.bash",
|
||||||
"exec-if": "((\"$(checkupdates | wc -l)\" > 0))",
|
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"interval": 10
|
"interval": 10
|
||||||
|
Loading…
Reference in New Issue
Block a user