fix(maybe): try to fix wifi icon
This commit is contained in:
parent
92dcec3b1f
commit
64c857559f
|
@ -163,7 +163,10 @@ label-disconnected = %{F#89A989} %{F#707880} disconnected
|
|||
[module/wlan]
|
||||
inherit = network-base
|
||||
interface-type = wireless
|
||||
label-connected = %{F#89A989} <ramp-signal> %{F-} %essid% %local_ip%
|
||||
|
||||
format-connected = %{F#89A989}<ramp-signal>%{F-} <label-connected>
|
||||
|
||||
label-connected = %essid% %local_ip%
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
|
@ -255,14 +258,14 @@ format-discharging = <ramp-capacity> <label-discharging>
|
|||
; %percentage_raw%
|
||||
; %time%
|
||||
; %consumption% (shows current charge rate in watts)
|
||||
label-charging = Charging %percentage%%
|
||||
label-charging = %percentage%%
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - is set to 100 if full-at is reached
|
||||
; %percentage_raw%
|
||||
; %time%
|
||||
; %consumption% (shows current discharge rate in watts)
|
||||
label-discharging = Discharging %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - is set to 100 if full-at is reached
|
||||
|
|
Loading…
Reference in New Issue