1717; ==========================================================
1818
1919[colors]
20- background = ${xrdb:color0: # 222}
20+ background = # 222222
2121background-alt = # 444
2222foreground = # dfdfdf
2323foreground-alt = # 555
2424primary = # ab4642
2525secondary = # e60053
2626alert = # bd2c40
2727
28+ red = # F06A6A
29+ pink = # EC1850
30+ purple = # BA40A0
31+ blue = # 427DCD
32+ cyan = # 4DA8B9
33+ green = # 5CAC30
34+ yellow = # D2A91D
35+ amber = # FD890F
36+ orange = # EA7222
37+ brown = # AC5C4E
38+ grey = # 8C8C8C
39+ indigo = # 4759C6
40+ blue-gray = # 6D8895
41+
2842[bar/mybar]
2943; monitor = ${env:MONITOR:HDMI-1}
3044width = 100%
@@ -136,7 +150,7 @@ label-song-ellipsis = false
136150type = internal/cpu
137151interval = 2
138152format-prefix = " "
139- format-prefix-foreground = ${colors.foreground-alt }
153+ format-prefix-foreground = ${colors.red }
140154; format-underline = #f90000
141155label = %percentage:2%%
142156
@@ -154,7 +168,7 @@ interface = wlo1
154168interval = 3.0
155169
156170format-connected = <ramp-signal> <label-connected>
157- format-connected-underline = # 9f78e1
171+ ; format-connected-underline = #9f78e1
158172label-connected = %essid%
159173
160174format-disconnected =
@@ -168,7 +182,7 @@ ramp-signal-1 =
168182ramp-signal-2 = 直
169183ramp-signal-3 = 直
170184ramp-signal-4 = 直
171- ramp-signal-foreground = ${colors.foreground-alt }
185+ ramp-signal-foreground = ${colors.green }
172186
173187[module/eth]
174188type = internal/network
@@ -177,7 +191,7 @@ interval = 3.0
177191
178192; format-connected-underline = #55aa55
179193format-connected-prefix = " "
180- format-connected-prefix-foreground = ${colors.foreground-alt }
194+ format-connected-prefix-foreground = ${colors.yellow }
181195label-connected = Connected
182196
183197format-disconnected =
@@ -196,8 +210,8 @@ date-alt = " %Y-%m-%d"
196210time = %H:%M
197211time-alt = %H:%M:%S
198212
199- format-prefix =
200- format-prefix-foreground = ${colors.foreground-alt }
213+ format-prefix =
214+ format-prefix-foreground = ${colors.cyan }
201215; format-underline = #0a6cf5
202216
203217label = %date% %time%
@@ -207,10 +221,10 @@ type = internal/pulseaudio
207221
208222format-volume = <label-volume> <bar-volume>
209223label-volume = %percentage%%
210- label-volume-foreground = ${root .foreground}
224+ label-volume-foreground = ${colors .foreground}
211225
212226label-muted = muted
213- label-muted-foreground = # 666
227+ label-muted-foreground = ${colors.pink}
214228
215229bar-volume-width = 10
216230bar-volume-foreground-0 = # 55aa55
@@ -242,8 +256,8 @@ format-discharging = <animation-discharging> <label-discharging>
242256format-discharging-underline = ${self.format-charging-underline}
243257
244258format-full-prefix = " "
245- format-full-prefix-foreground = ${colors.foreground-alt }
246- format-full-underline = ${self.format-charging-underline}
259+ format-full-prefix-foreground = ${colors.blue }
260+ ; format-full-underline = ${self.format-charging-underline}
247261
248262ramp-capacity-0 =
249263ramp-capacity-1 =
0 commit comments