I have the right code/configuration or so it seems

~/.i3/py3status_screen/i3bar_click_events.py

self.actions = {
    "wireless eth1": {
        1: [external_command, 'nm-connection-editor'],
    },
}

/etc/i3status.conf

wireless eth1 {
    format_up = "W: (%quality at %essid) %ip"
    format_down = "W: down"
}

Is there something else I need to do? And if I'm not clear on something, let me know, all I want to do is make it so that when I click on the W: part, my wifi network manager comes up.

有帮助吗?

解决方案

As discussed with you on IRC, click events were introduced in i3wm v4.6, just upgrade i3 :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top