feat(waybar): use nm-connection-editor

This commit is contained in:
Andrea 2025-01-26 20:38:47 +01:00
parent 0141b1f096
commit 3f639622bf
Signed by: nullndr
GPG Key ID: 8DA8996EF89F33BB

View File

@ -172,6 +172,6 @@
"tooltip-format-ethernet": "{ifname} ", "tooltip-format-ethernet": "{ifname} ",
"tooltip-format-disconnected": "Disconnected", "tooltip-format-disconnected": "Disconnected",
"max-length": 50, "max-length": 50,
"on-click": "alacritty -e 'nmtui'" "on-click": "nm-connection-editor"
} }
} }