Polybar: Brighten uname and hostname colors

This commit is contained in:
Salt 2018-10-30 14:29:19 -05:00
parent bd30b6dbfb
commit 2cdd4d8c83

View File

@ -249,7 +249,7 @@ label-mounted = %free:5% free
[module/hostname]
type = custom/script
format-foreground = ${res/colors.background-alt}
format-foreground = ${res/colors.foreground-dark}
interval = 3600
exec = hostname
@ -315,7 +315,7 @@ exec-if = ! systemctl is-active tor
[module/uname]
type = custom/script
format-foreground = ${res/colors.background-alt}
format-foreground = ${res/colors.foreground-dark}
interval = 3600
exec = uname -sr