Ecosyste.ms: Awesome

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

https://github.com/tmathmeyer/tint3

An x11 status bar written in C with the goal of being light on memory and CPU usage
https://github.com/tmathmeyer/tint3

Last synced: 3 months ago
JSON representation

An x11 status bar written in C with the goal of being light on memory and CPU usage

Lists

README

        

# tint3

## Features
- a lightweight bar for the X11 window server
- (almost) completely X11 compliant
- easily configurable, and ready for the AUR [configuration.md](https://github.com/tmathmeyer/tint3/blob/master/configuration.md)

## Contributions
Contributions are welcome! If you would like to see a feature implemented, go for it! There is a good chance it will get merged. The only things to remember are to minimize calls to system(), fopen(), and popen(). Sometimes they are inevitable, but we prefer to keep them out. Also, don't add new massive dependencies such as Cairo, for example.

## TODO:
- [ ] use pulseaudio libraries instead of alsa
- [ ] clean up xlib calls
- [ ] abi for adding modules