[polybar] Ask for confirmation when updating packages

This commit is contained in:
Daniel Carrillo 2019-08-04 20:02:09 +02:00
parent 238595f952
commit 6e6445203c
1 changed files with 1 additions and 1 deletions

View File

@ -148,5 +148,5 @@ type = custom/script
exec = ~/.config/polybar/scripts/check_updates
tail = true
interval = 5
click-left = $TERMINAL_CMD "yay -Suy --noconfirm" &
click-left = $TERMINAL_CMD "yay -Suy" &