Fix updating packages displaing in dmenu

This commit is contained in:
samedamci 2020-03-08 17:10:32 +01:00
parent 5c8c334836
commit 2d97b604d6
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ type = custom/script
exec = ~/.scripts/update-check.sh
label =  %output%
click-left = ~/.scripts/updater.sh &
click-right = yay -Quq | dmenu -l 30
click-right = checkupdates | dmenu -l 30
interval = 60
;~~~~~~~~~~~

View File

@ -325,7 +325,7 @@ type = custom/script
exec = ~/.scripts/update-check.sh
label =  %output%
click-left = ~/.scripts/updater.sh
click-right = yay -Quq | dmenu -l 30
click-right = checkupdates | dmenu -l 30
interval = 60
;~~~~~~~~~~~