Polybar: Standardize foreground color
For use with pywal
This commit is contained in:
parent
d2fb16b471
commit
c227ea488a
@ -25,7 +25,7 @@ background = ${xrdb:background}
|
|||||||
background-2 = ${xrdb:bg2}
|
background-2 = ${xrdb:bg2}
|
||||||
background-3 = ${xrdb:bg3}
|
background-3 = ${xrdb:bg3}
|
||||||
background-4 = ${xrdb:bg4}
|
background-4 = ${xrdb:bg4}
|
||||||
foreground = ${xrdb:foreground}
|
foreground = ${xrdb:color15}
|
||||||
foreground-2 = ${xrdb:fg2}
|
foreground-2 = ${xrdb:fg2}
|
||||||
foreground-3 = ${xrdb:fg3}
|
foreground-3 = ${xrdb:fg3}
|
||||||
foreground-4 = ${xrdb:fg4}
|
foreground-4 = ${xrdb:fg4}
|
||||||
@ -114,7 +114,7 @@ modules-right = | temperature-label-alert mpd-mini wlan-network-mini volume-ramp
|
|||||||
[module/|]
|
[module/|]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
content = |
|
content = |
|
||||||
content-foreground = ${res/colors.foreground-4}
|
content-foreground = ${res/colors.foreground}
|
||||||
|
|
||||||
# CUSTOM
|
# CUSTOM
|
||||||
#====================
|
#====================
|
||||||
|
Loading…
Reference in New Issue
Block a user