pqrs
A PyQt4-based status bar for X11.
Latest Updates
Issues
Wiki
- Overview (revision 2 by whitelynx): Added the "Getting the Source" section.
- Overview (revision 1 by whitelynx): Created the Overview page.
Source
- [trunk] r69: Added (very) minimal logging to sources.cpu, along with a couple of TODOs.
- [trunk] r68: Reworked battery source to allow either procfs or sysfs, and added a sysfs helper object to simplify sysfs access.
- [trunk] r67: Smaller default width (better if you have lots of tags in wmii/i3) and added header comments to default config.
- [trunk] r66: Combined 2 import lines that really don't need to be separate.
- [trunk] r65: Added the beginnings of a parser for conditions in the config.
- [trunk] r64: Have to differentiate between strings and variables when using conditions.
- [trunk] r63: Moved global app attributes above where we create the application, changed 'pqrs' to be lowercase instead of uppercase, and removed the version, because... seriously? What version?
- [trunk] r62: Added licensing information.
- [trunk] r61: Updated according to PEP 8 and standard code style.
- [trunk] r60: Removed hacks.py and the old method of importing PySide or PyQt4, and replaced that with Qt.py from Coconut/GMusic.