fix: network style

This commit is contained in:
hesam-init 2024-02-15 01:50:40 +03:30
parent 06722f64cc
commit 66885f9294
2 changed files with 4 additions and 4 deletions

View file

@ -187,8 +187,8 @@
]
},
"network": {
"format-wifi": " {essid} {signalStrength}% : {ipaddr}",
"format-ethernet": "Connected  ",
"format-wifi": " {essid} : {ipaddr}",
"format-ethernet": " : {ipaddr}",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": " N/A {signalStrength}% : 0.0.0.0",

View file

@ -113,12 +113,12 @@ window#waybar.hidden {
}
#network {
min-width: 180px;
min-width: 160px;
}
#network.network-2 {
min-width: 150px;
min-width: 170px;
}