From 17ccb7fcba4b7884c1cedeb34a1f28dcf51f2382 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Jan 2018 20:42:33 -0600 Subject: [PATCH] Polybar: Increase frequency of update checks --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 5319c8fd..9ba6f550 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -410,7 +410,7 @@ exec = echo `checkupdates | wc -l` exec-if = wget -q --spider http://www.startpage.com/ && uname -r | grep -q "ARCH" && [ `checkupdates | wc -l` != 0 ] format-prefix = " " format-prefix-foreground = ${res/colors.alert-dark} -interval = 3600 +interval = 60 [module/volume-ramp] inherit = template/module