https://github.com/erizocosmico/barry
Custom i3 status bar
https://github.com/erizocosmico/barry
battery i3 i3wm metrics spotify status
Last synced: 7 months ago
JSON representation
Custom i3 status bar
- Host: GitHub
- URL: https://github.com/erizocosmico/barry
- Owner: erizocosmico
- License: apache-2.0
- Created: 2019-12-06T15:12:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T18:29:35.000Z (over 5 years ago)
- Last Synced: 2024-01-29T18:56:51.424Z (over 1 year ago)
- Topics: battery, i3, i3wm, metrics, spotify, status
- Language: Go
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# barry
Barry is a custom i3 bar made with [barista](http://barista.run).
It has the following features:
- Spotify controls
- Volume control through `pulseaudio` (requires dbus protocol module)
- Brightness status using `light`
- Free memory
- Free disk space on /home
- CPU load
- Battery status
- Date
- Time### Screenshot

### Install
```
go get github.com/erizocosmico/barry
mkdir -p ~/.barry
go build -o ~/.barry/barry github.com/erizocosmico/barry
```Then add this to your i3 config.
```
bar {
status_command ~/.barry/barry
}
```### License
Apache 2.0, see [LICENSE](/LICENSE)