Updates
This commit is contained in:
parent
8b1e4f7551
commit
f63c5547b5
|
@ -172,11 +172,11 @@
|
||||||
// Network
|
// Network
|
||||||
"network": {
|
"network": {
|
||||||
"format": "{ifname}",
|
"format": "{ifname}",
|
||||||
"format-wifi": " {essid} ({signalStrength}%)",
|
"format-wifi": " {essid} ({signalStrength}%)",
|
||||||
"format-ethernet": " {ipaddr}/{cidr}",
|
"format-ethernet": " {ipaddr}/{cidr}",
|
||||||
"format-disconnected": "", //An empty format will hide the module.
|
"format-disconnected": "", //An empty format will hide the module.
|
||||||
"tooltip-format": " {ifname} via {gwaddri}",
|
"tooltip-format": " {ifname} via {gwaddri}",
|
||||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||||
"tooltip-format-ethernet": " {ifname}",
|
"tooltip-format-ethernet": " {ifname}",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
|
|
|
@ -246,10 +246,12 @@ window#waybar.empty #window {
|
||||||
|
|
||||||
#network.ethernet {
|
#network.ethernet {
|
||||||
background-color: @color11;
|
background-color: @color11;
|
||||||
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network.wifi {
|
#network.wifi {
|
||||||
background-color: @color11;
|
background-color: @color11;
|
||||||
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user