waybar(config): update network section
This commit is contained in:
parent
60573de959
commit
317bbb64b3
@ -73,17 +73,17 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
|
"format": "",
|
||||||
"format-wifi": "{icon}{essid} ({signalStrength}%)",
|
"format-wifi": "{icon}{essid} ({signalStrength}%)",
|
||||||
"format-ethernet": "{icon}<span foreground='#929292'>{ifname}:</span>{ipaddr}/{cidr}",
|
"format-ethernet": "{icon}<span foreground='#929292'>{ifname}</span>",
|
||||||
|
"format-alt": "{icon}<span foreground='#929292'>{ifname}:</span>{ipaddr}(/{cidr})",
|
||||||
"format-linked": "<span foreground='#ffbf00'>{ifname}</span> (No IP)",
|
"format-linked": "<span foreground='#ffbf00'>{ifname}</span> (No IP)",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"wifi": [""],
|
"wifi": [""],
|
||||||
"ethernet": ["🖧"],
|
"ethernet": ["🖧"],
|
||||||
"disconnected": ["disconnected"]
|
"disconnected": ["disconnected"]
|
||||||
},
|
},
|
||||||
"on-click": "nm-connection-editor",
|
"on-click-right": "nm-connection-editor",
|
||||||
"on-click-right": "exec kitty nmtui",
|
|
||||||
"rotate": true,
|
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"network#wireguard": {
|
"network#wireguard": {
|
||||||
|
Loading…
Reference in New Issue
Block a user