aboutsummaryrefslogtreecommitdiff
path: root/testconfig
Commit message (Collapse)AuthorAgeFilesLines
* First kinda working ALSA volume displayAndreas Grois2024-02-101-0/+24
|
* Update pulse help string and add a few serde renames.Andreas Grois2021-11-291-3/+3
|
* Implement working binning and sorting for pulse audio.Andreas Grois2021-11-281-2/+12
|
* Draft of binning code.Andreas Grois2021-11-281-0/+1
|
* Draft for volume binning config support.Andreas Grois2021-11-281-2/+8
|
* Pulse now displays volume correctly.Andreas Grois2021-06-041-1/+1
| | | | | Still missing actual functionality beyond a numeric display, and error cases have not been tested, but hey, it's there!
* Create a pulse context. Seems to be working.Andreas Grois2021-05-021-2/+22
|
* New clippy lints, better code...Andreas Grois2021-04-261-1/+1
|
* Reduce data type in clock to u64.Andreas Grois2021-04-221-7/+1
| | | | | This still gives us more than 8000 years of range, and uses a tiny bit less CPU time.
* Rename "elements" in config to "element" to make config readableAndreas Grois2021-04-221-5/+5
|
* Change format for clock refresh rate once more.Andreas Grois2021-04-221-2/+4
| | | | It's now optional again, but needs its own block.
* Simplified clock config. It now only has 2 options for rates.Andreas Grois2021-04-221-2/+9
| | | | | | | Either it's updating every n seconds (float) but not synchronized to the actual UTC time, or it's updating synchronized, but with the limitation that the update rate is given as updates/(30 minutes). Explanation why this format was chosen is in the source file.
* Clock now does something (but isn't done yet).Andreas Grois2021-04-191-1/+1
|
* First semi-working implementation.Andreas Grois2021-04-181-0/+9