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]
|
[module/wlan]
|
||||||
inherit = network-base
|
inherit = network-base
|
||||||
interface-type = wireless
|
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-0 =
|
||||||
ramp-signal-1 =
|
ramp-signal-1 =
|
||||||
|
@ -255,14 +258,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 = Charging %percentage%%
|
label-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 = Discharging %percentage%%
|
label-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