waybar: Combine network panels
This commit is contained in:
parent
390140b9fb
commit
a7d56e94aa
1 changed files with 4 additions and 16 deletions
|
|
@ -10,8 +10,7 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"network#ethernet",
|
"network",
|
||||||
"network#wifi",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"battery",
|
"battery",
|
||||||
"clock",
|
"clock",
|
||||||
|
|
@ -41,21 +40,10 @@
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"network#ethernet": {
|
"network": {
|
||||||
"interface": "eth*",
|
"format-ethernet": "{ifname} ",
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
|
||||||
"tooltip": false,
|
|
||||||
},
|
|
||||||
"network#wifi": {
|
|
||||||
"interface": "wlp*",
|
|
||||||
"format-wifi": "{essid} ",
|
"format-wifi": "{essid} ",
|
||||||
"format-linked": "⚠",
|
"format-linked": "{ifname} ⚠",
|
||||||
"tooltip-format": "{ipaddr}/{cidr}"
|
|
||||||
},
|
|
||||||
"network#wifi": {
|
|
||||||
"interface": "wlan*",
|
|
||||||
"format-wifi": "{essid} ",
|
|
||||||
"format-linked": "⚠",
|
|
||||||
"tooltip-format": "{ipaddr}/{cidr}"
|
"tooltip-format": "{ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue