fix(maybe): try to fix wifi icon
This commit is contained in:
parent
4cd7af5a2d
commit
92dcec3b1f
|
@ -255,14 +255,14 @@ format-discharging = <ramp-capacity> <label-discharging>
|
||||||
; %percentage_raw%
|
; %percentage_raw%
|
||||||
; %time%
|
; %time%
|
||||||
; %consumption% (shows current charge rate in watts)
|
; %consumption% (shows current charge rate in watts)
|
||||||
label-charging = %percentage%%
|
label-charging = Charging %percentage%%
|
||||||
|
|
||||||
; Available tokens:
|
; Available tokens:
|
||||||
; %percentage% (default) - is set to 100 if full-at is reached
|
; %percentage% (default) - is set to 100 if full-at is reached
|
||||||
; %percentage_raw%
|
; %percentage_raw%
|
||||||
; %time%
|
; %time%
|
||||||
; %consumption% (shows current discharge rate in watts)
|
; %consumption% (shows current discharge rate in watts)
|
||||||
label-discharging = %percentage%%
|
label-discharging = Discharging %percentage%%
|
||||||
|
|
||||||
; Available tokens:
|
; Available tokens:
|
||||||
; %percentage% (default) - is set to 100 if full-at is reached
|
; %percentage% (default) - is set to 100 if full-at is reached
|
||||||
|
|
Loading…
Reference in New Issue