Polybar: Brighten uname and hostname colors
This commit is contained in:
parent
bd30b6dbfb
commit
2cdd4d8c83
@ -249,7 +249,7 @@ label-mounted = %free:5% free
|
|||||||
|
|
||||||
[module/hostname]
|
[module/hostname]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
format-foreground = ${res/colors.background-alt}
|
format-foreground = ${res/colors.foreground-dark}
|
||||||
interval = 3600
|
interval = 3600
|
||||||
|
|
||||||
exec = hostname
|
exec = hostname
|
||||||
@ -315,7 +315,7 @@ exec-if = ! systemctl is-active tor
|
|||||||
|
|
||||||
[module/uname]
|
[module/uname]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
format-foreground = ${res/colors.background-alt}
|
format-foreground = ${res/colors.foreground-dark}
|
||||||
interval = 3600
|
interval = 3600
|
||||||
|
|
||||||
exec = uname -sr
|
exec = uname -sr
|
||||||
|
Loading…
Reference in New Issue
Block a user