An open API service indexing awesome lists of open source software.

https://github.com/bpostlethwaite/r3bar

linux i3 system bar
https://github.com/bpostlethwaite/r3bar

i3 i3bar linux rust statusbar systembar

Last synced: 29 days ago
JSON representation

linux i3 system bar

Awesome Lists containing this project

README

          

# R3BAR
## Resources:
- see _NET_WM_STRUT_PARTIAL in https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm140130317566832
- and usage in https://github.com/Lokaltog/candybar/blob/develop/src/candybar.c
- and https://github.com/LemonBoy/bar/blob/master/lemonbar.c
- and very helpful see: http://stackoverflow.com/questions/27927433/position-toolbar-on-reserved-desktop-space-obtained-with-net-wm-strut-and-net
## TODOS
- [ ] Clean up `winit` hack
- [ ] Ensure R3bar works with OpenBox
- [x] Image / icon handling
- [x] vol command writes back to r3bar socket for instant update
- [ ] volume sensor recognizes mute
- [x] "fit to contents" widget sizing
- [x] adjustable widget sizing (draggable)
- [ ] Popup window (first use for debugging)
- [ ] Implement system tray
- [ ] Implement Anybar spec