tmathmeyer / tint3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tint3

Features

  • a lightweight bar for the X11 window server
  • (almost) completely X11 compliant
  • easily configurable, and ready for the AUR 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

About

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

License:Other


Languages

Language:C 97.2%Language:Makefile 2.8%