A Golang experiment that uses i3bar-protocol to build an interactive i3 statusbar
To get the default behaviour just install the go-i3status and set it as the status_command
in your .i3config
Clone the repo and edit main.go to add/remove widgets.
- I3statusWidget (echoes the original i3status)
- EchoWidget (test widget to echo click events)
- DateWidget
- TimerWidget (start/pause/stop timer)
- OnOffWidget (PantsOn PantsOff)
- WlanWidget (basic Wlan status indicator using
nm-tool
)