From 028c549ea9100fb49cc76350ed375126d5947bae Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 22 Mar 2020 12:35:49 +0000 Subject: [PATCH] polybar: delay before closing yay window To give the user enough time to actually read the output --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 166b652..9cb6904 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -68,7 +68,7 @@ exec = $XDG_CONFIG_HOME/polybar/update.sh tail = true format-prefix = " " format-prefix-foreground = ${colours.icon} -click-left = systemd-run --user --no-block -- i3-sensible-terminal --class floating-term -e sh -c "yay; kill -USR1 %pid%" +click-left = systemd-run --user --no-block -- i3-sensible-terminal --class floating-term -e sh -c "yay; kill -USR1 %pid%; sleep 1" [module/weather] type = custom/script