polybar checkupdates
This commit is contained in:
parent
46fb164681
commit
8368490c61
|
@ -208,7 +208,7 @@ interval = 3600
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.scripts/i3_pacman.sh
|
exec = ~/.scripts/i3_pacman.sh
|
||||||
interval = 3600
|
interval = 3600
|
||||||
click-left = [[ $(pacman -Qu | wc -l) -gt 0 ]] && alacritty --hold -e pacman -Qu
|
click-left = [[ $(checkupdates | wc -l) -gt 0 ]] && alacritty --hold -e checkupdates
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
|
Loading…
Reference in New Issue