aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Generate actions from a text filePřemysl Eric Janouch2021-11-081-3/+2
| | | | | | | Mostly because I wanted to nest preprocessing. This makes the build more complex and slightly less portable, but the code itself is much cleaner.
* Add ability to control PulseAudio volumePřemysl Eric Janouch2021-11-071-0/+1
| | | | | | | | I know, son, it might be hard to accept, but you're imported. Your true parents are wmstatus and paswitch, from the desktop-tools family. Also, fix unnecessary linking of optional dependencies.
* Add an optional spectrum visualiserPřemysl Eric Janouch2021-07-051-0/+1
| | | | | | This is really more of a demo. It's doable, just rather ugly. It would deserve some further tuning, if anyone cared enough.
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-291-1/+1
| | | | A nice, round number. This allows us to remove some boilerplate.
* Initial commitPřemysl Janouch2016-10-011-0/+10
This is mostly sdtui code ported over from GLib to liberty, with some MPD code from desktop-tools. It tracks the current song and that's it.