waybar: improve network module
This commit is contained in:
parent
ebf6d21941
commit
c7969c5a1d
1 changed files with 6 additions and 1 deletions
|
@ -169,7 +169,12 @@
|
|||
"format-ethernet": "",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} ({essid}): {ipaddr}",
|
||||
"on-click": "swaymsg exec \\$term_float nmtui"
|
||||
"tooltip-format": "{icon} {ifname}: {ipaddr}",
|
||||
"tooltip-format-ethernet": "{icon} {ifname}: {ipaddr}",
|
||||
"tooltip-format-wifi": "{icon} {ifname} ({essid}): {ipaddr}",
|
||||
"tooltip-format-disconnected": "{icon} disconnected",
|
||||
"tooltip-format-disabled": "{icon} disabled",
|
||||
"on-click": "swaymsg exec \\$term_float nmtui connect"
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
|
|
Loading…
Add table
Reference in a new issue