Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghedamat/go-i3status
simple replacement for i3status written in go
https://github.com/ghedamat/go-i3status
Last synced: 22 days ago
JSON representation
simple replacement for i3status written in go
- Host: GitHub
- URL: https://github.com/ghedamat/go-i3status
- Owner: ghedamat
- Created: 2014-01-06T04:51:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T00:37:02.000Z (over 10 years ago)
- Last Synced: 2024-10-10T03:54:33.676Z (about 1 month ago)
- Language: Go
- Size: 1.38 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-i3status
A Golang experiment that uses [i3bar-protocol](http://i3wm.org/docs/i3bar-protocol.html) to build an interactive i3 statusbar
## Usage
To get the default behaviour just install the *go-i3status* and set it as the `status_command` in your `.i3config`
## Customize
Clone the repo and edit main.go to add/remove widgets.## Existing 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`)