user/eww-wayland: use 'bad wifi' icon for missing net strength
This commit is contained in:
parent
8818d8a1aa
commit
a9e3d8421e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
:space-evenly false
|
||||
(label :text {
|
||||
(lnetwork == "Disconnected") ? ""
|
||||
: (network_strength == "") ? ""
|
||||
: (network_strength == "") ? ""
|
||||
: (network_strength < 20) ? ""
|
||||
: (network_strength < 30) ? ""
|
||||
: (network_strength < 55) ? ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue