waybar: fix nmtui so it actually launches when you click on the networking applet

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 4245e33441
commit 53c0aa0d3c

View file

@ -129,8 +129,7 @@
// "format-ethernet": " {ifname}: {ipaddr}/{cidr}", // "format-ethernet": " {ifname}: {ipaddr}/{cidr}",
"format-ethernet": " Wired", "format-ethernet": " Wired",
"format-disconnected": "⚠ Disconnected", "format-disconnected": "⚠ Disconnected",
// "on-click": "alacritty -e nmtui" "on-click": "ghostty --fullscreen=true -e 'sleep 0.05; nmtui'"
"on-click": "kitty -e nm-tui"
}, },
"wireplumber": { "wireplumber": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",