fix(waybar): wifi icon cut
This commit is contained in:
parent
79d55b304c
commit
d732e1bda2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ in
|
||||||
"format-disconnected" = "Disconnected ⚠ ";
|
"format-disconnected" = "Disconnected ⚠ ";
|
||||||
"format-ethernet" = "{ifname} ";
|
"format-ethernet" = "{ifname} ";
|
||||||
"format-linked" = "{ifname} (No IP) ";
|
"format-linked" = "{ifname} (No IP) ";
|
||||||
"format-wifi" = "{essid} ({signalStrength}%) ";
|
"format-wifi" = "{essid} ({signalStrength}%) ";
|
||||||
"tooltip" = false;
|
"tooltip" = false;
|
||||||
};
|
};
|
||||||
"privacy"= {
|
"privacy"= {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue