From 6e6445203cfde3ebd336d8e0cea33758dd46d18a Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Sun, 4 Aug 2019 20:02:09 +0200 Subject: [PATCH] [polybar] Ask for confirmation when updating packages --- .config/polybar/modules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index bb1235a..1b9cd0e 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -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" &