chore: waybar network module style

This commit is contained in:
hesam-init 2024-02-28 01:36:50 +03:30
parent 7cbbbd8254
commit 9911a300b5
2 changed files with 3 additions and 3 deletions

View file

@ -195,8 +195,8 @@
]
},
"network": {
"format-wifi": " : {ipaddr}/{cidr}",
"format-ethernet": " : {ipaddr}/{cidr}",
"format-wifi": " : {ipaddr}",
"format-ethernet": " : {ipaddr}",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-alt": "network : {ifname}",
"format-linked": "{ifname} (No IP) ",

View file

@ -136,7 +136,7 @@ window>box {
}
#network {
min-width: 120px;
min-width: 140px;
}
#network.network-2 {