Add 'accent' color to polybar

This commit is contained in:
CramMK
2020-03-13 11:10:07 +01:00
parent c50ef85a95
commit 4f67fc92e1

View File

@@ -53,7 +53,7 @@ enable-click = true
enable-scroll = false
wrapping-scroll = false
foreground = #00d3a8
foreground = ${colors.accent}
background = #383D41
label-unfocused = %index%
@@ -111,15 +111,15 @@ battery = BAT0
apdapter = ADP1
format-charging = <label-charging>
format-charging-foreground = #00d3a8
format-charging-foreground = ${colors.accent}
label-charging = CHR %percentage%%
format-discharging = <label-discharging>
format-discharging-foreground = #00d3a8
format-discharging-foreground = ${colors.accent}
label-discharging = BAT %percentage%%
format-full = <label-full>
format-full-foreground = #00d3a8
format-full-foreground = ${colors.accent}
label-full = FULL
###############################################################################