Polybar: Make update module entirely alert-colored

This commit is contained in:
Salt 2018-02-09 14:02:47 -06:00
parent 15efba7841
commit 4eee3e8d73

View File

@ -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]