@@ -118,22 +118,22 @@ label-padding = 2
118118type = internal/fs
119119interval = 25
120120mount-0 = /
121- format-mounted-prefix = " DISK "
121+ format-mounted-prefix = " "
122122format-mounted-prefix-foreground = ${colors.primary}
123123label-mounted = %percentage_used%% %used%/%total%
124124
125125[module/cpu]
126126type = internal/cpu
127127interval = 2
128128
129- format-prefix = " CPU "
129+ format-prefix = " "
130130format-prefix-foreground = ${colors.primary}
131131label = %percentage:2%%
132132
133133[module/memory]
134134type = internal/memory
135135interval = 2
136- format-prefix = " RAM "
136+ format-prefix = " "
137137format-prefix-foreground = ${colors.primary}
138138label = %percentage_used%% %used%/%total%
139139
@@ -146,20 +146,20 @@ interval = 3.0
146146
147147; Connected state
148148format-connected = <ramp-signal> <label-connected>
149- label-connected = %essid% ↓%downspeed% ↑%upspeed%
149+ label-connected = %essid% ↓%downspeed% ↑%upspeed%
150150label-connected-foreground = ${colors.foreground}
151151
152152; Disconnected state
153153format-disconnected = <label-disconnected>
154- label-disconnected = NET Disconnected
154+ label-disconnected = Disconnected
155155label-disconnected-foreground = ${colors.alert}
156156
157- ; WiFi signal strength
158- ramp-signal-0 = NET
159- ramp-signal-1 = NET
160- ramp-signal-2 = NET
161- ramp-signal-3 = NET
162- ramp-signal-4 = NET
157+ ; WiFi signal strength icons
158+ ramp-signal-0 =
159+ ramp-signal-1 =
160+ ramp-signal-2 =
161+ ramp-signal-3 =
162+ ramp-signal-4 =
163163ramp-signal-foreground = ${colors.primary}
164164
165165; Click to open network settings
@@ -176,29 +176,32 @@ date-alt = "%Y-%m-%d"
176176time = %I:%M %p
177177time-alt = %I:%M:%S %p
178178
179- ; format-prefix = "DATE "
180179format-prefix-foreground = ${colors.primary}
181180
182181label = %date% %time%
183182
184183[module/calendar]
185184type = custom/text
186- content = CAL
187- content -foreground = ${colors.primary}
185+ format =
186+ format -foreground = ${colors.primary}
188187click-left = yad --calendar --no-buttons --undecorated --close-on-unfocus --skip-taskbar --on-top --fixed --geometry =+960+30
189188
190189[module/pulseaudio]
191190type = internal/pulseaudio
192191
193- format-volume-prefix = " VOL "
194- format-volume-prefix-foreground = ${colors.primary}
192+ format-volume = <ramp-volume> <label-volume>
195193label-volume = %percentage%%
196194
197- format-muted-prefix = " VOL "
198- format-muted-prefix-foreground = ${colors.primary }
195+ format-muted-prefix = " "
196+ format-muted-prefix-foreground = ${colors.alert }
199197label-muted = MUTED
200198label-muted-foreground = ${colors.alert}
201199
200+ ramp-volume-0 =
201+ ramp-volume-1 =
202+ ramp-volume-2 =
203+ ramp-volume-foreground = ${colors.primary}
204+
202205; Click to open volume control
203206click-right = pavucontrol
204207
@@ -208,38 +211,53 @@ battery = BAT1
208211adapter = ACAD
209212full-at = 98
210213
211- format-charging-prefix = " BAT "
212- format-charging-prefix-foreground = ${colors.primary}
213- label-charging = %percentage%% CHR
214+ format-charging = <animation-charging> <label-charging>
215+ label-charging = %percentage%%
214216label-charging-foreground = ${colors.success}
215217
216- format-discharging-prefix = " BAT "
217- format-discharging-prefix-foreground = ${colors.primary}
218+ format-discharging = <ramp-capacity> <label-discharging>
218219label-discharging = %percentage%%
219220
220- format-full-prefix = " BAT "
221- format-full-prefix-foreground = ${colors.primary }
221+ format-full-prefix = " "
222+ format-full-prefix-foreground = ${colors.success }
222223label-full = FULL
223224label-full-foreground = ${colors.success}
224225
226+ ; Battery capacity icons
227+ ramp-capacity-0 =
228+ ramp-capacity-1 =
229+ ramp-capacity-2 =
230+ ramp-capacity-3 =
231+ ramp-capacity-4 =
232+ ramp-capacity-foreground = ${colors.primary}
233+
234+ ; Charging animation
235+ animation-charging-0 =
236+ animation-charging-1 =
237+ animation-charging-2 =
238+ animation-charging-3 =
239+ animation-charging-4 =
240+ animation-charging-foreground = ${colors.success}
241+ animation-charging-framerate = 750
242+
225243[module/powermenu]
226244type = custom/menu
227245
228- expand-right = true
246+ expand-right = false
229247format-spacing = 1
230248
231- label-open = POWER
249+ label-open =
232250label-open-foreground = ${colors.primary}
233- label-close = " CANCEL "
251+ label-close =
234252label-close-foreground = ${colors.alert}
235253label-separator = |
236254label-separator-foreground = ${colors.foreground-alt}
237255
238- menu-0-0 = reboot
256+ menu-0-0 =
239257menu-0-0-exec = systemctl reboot
240- menu-0-1 = poweroff
258+ menu-0-1 =
241259menu-0-1-exec = systemctl poweroff
242- menu-0-2 = logout
260+ menu-0-2 =
243261menu-0-2-exec = i3-msg exit
244262
245263[module/tray]
@@ -255,4 +273,4 @@ pseudo-transparency = false
255273
256274[global/wm]
257275margin-top = 0
258- margin-bottom = 0
276+ margin-bottom = 0
0 commit comments