polybar checkupdates

This commit is contained in:
clint 2022-08-08 22:51:23 -05:00
parent 46fb164681
commit 8368490c61
1 changed files with 1 additions and 1 deletions

View File

@ -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