waybar(config): update network section
This commit is contained in:
parent
60573de959
commit
317bbb64b3
@ -73,17 +73,17 @@
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"format": "",
|
||||
"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-icons": {
|
||||
"wifi": [""],
|
||||
"ethernet": ["🖧"],
|
||||
"disconnected": ["disconnected"]
|
||||
},
|
||||
"on-click": "nm-connection-editor",
|
||||
"on-click-right": "exec kitty nmtui",
|
||||
"rotate": true,
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"tooltip": false
|
||||
},
|
||||
"network#wireguard": {
|
||||
|
Loading…
Reference in New Issue
Block a user