| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix config for ALSA | Andreas Grois | 2024-02-11 | 1 | -2/+2 |
| | | |||||
| * | First kinda working ALSA volume display | Andreas Grois | 2024-02-10 | 1 | -0/+24 |
| | | |||||
| * | Update pulse help string and add a few serde renames. | Andreas Grois | 2021-11-29 | 1 | -3/+3 |
| | | |||||
| * | Implement working binning and sorting for pulse audio. | Andreas Grois | 2021-11-28 | 1 | -2/+12 |
| | | |||||
| * | Draft of binning code. | Andreas Grois | 2021-11-28 | 1 | -0/+1 |
| | | |||||
| * | Draft for volume binning config support. | Andreas Grois | 2021-11-28 | 1 | -2/+8 |
| | | |||||
| * | Pulse now displays volume correctly. | Andreas Grois | 2021-06-04 | 1 | -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 Grois | 2021-05-02 | 1 | -2/+22 |
| | | |||||
| * | New clippy lints, better code... | Andreas Grois | 2021-04-26 | 1 | -1/+1 |
| | | |||||
| * | Reduce data type in clock to u64. | Andreas Grois | 2021-04-22 | 1 | -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 readable | Andreas Grois | 2021-04-22 | 1 | -5/+5 |
| | | |||||
| * | Change format for clock refresh rate once more. | Andreas Grois | 2021-04-22 | 1 | -2/+4 |
| | | | | | It's now optional again, but needs its own block. | ||||
| * | Simplified clock config. It now only has 2 options for rates. | Andreas Grois | 2021-04-22 | 1 | -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 Grois | 2021-04-19 | 1 | -1/+1 |
| | | |||||
| * | First semi-working implementation. | Andreas Grois | 2021-04-18 | 1 | -0/+9 |
