aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Implement lyrics lookupPřemysl Eric Janouch2022-09-201-0/+3
| | | | | There is now a generic mechanism for loading lyrics, or any other arbitrary content related to songs.
* Add an X11 user interfacePřemysl Eric Janouch2022-08-231-0/+1
| | | | | | | | | This is meant to exactly mimic the terminal UI, just without the restriction to ugly monospace fonts. The Curses implementation has been reworked, and may have become more computationally expensive. In general, though, the codebase has been significantly cleaned up.
* 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.