Updates
This commit is contained in:
parent
8b1e4f7551
commit
f63c5547b5
@ -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
|
||||
|
@ -246,10 +246,12 @@ window#waybar.empty #window {
|
||||
|
||||
#network.ethernet {
|
||||
background-color: @color11;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
#network.wifi {
|
||||
background-color: @color11;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user