From 4eee3e8d733fb977c4320ff3928a1ccb7f5c56bb Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 9 Feb 2018 14:02:47 -0600 Subject: [PATCH] Polybar: Make update module entirely alert-colored --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index cafbefff..653ab655 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -221,8 +221,8 @@ label = %percentage_used%% type = custom/script exec = echo `checkupdates | wc -l` exec-if = wget -q --spider http://www.startpage.com/ && uname -r | grep -q "ARCH" && [ `checkupdates | wc -l` != 0 ] +format-foreground = ${res/colors.alert} format-prefix = " " -format-prefix-foreground = ${res/colors.alert} interval = 60 [module/volume]