Skip to content

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

License

Notifications You must be signed in to change notification settings

tmathmeyer/tint3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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