This commit is contained in:
Stephan Raabe 2023-09-01 08:59:52 +02:00
parent 8b1e4f7551
commit f63c5547b5
2 changed files with 4 additions and 2 deletions

View File

@ -172,11 +172,11 @@
// Network
"network": {
"format": "{ifname}",
"format-wifi": " {essid} ({signalStrength}%)",
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": " {ipaddr}/{cidr}",
"format-disconnected": "", //An empty format will hide the module.
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50

View File

@ -246,10 +246,12 @@ window#waybar.empty #window {
#network.ethernet {
background-color: @color11;
color:#FFFFFF;
}
#network.wifi {
background-color: @color11;
color:#FFFFFF;
}
/* -----------------------------------------------------