summaryrefslogtreecommitdiff
path: root/src/caelestia/utils/scheme.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: impl wallpaper2 * r + 2 * t2025-06-121-6/+6
|
* scheme: fix not saving atomically2 * r + 2 * t2025-06-121-12/+11
| | | | Causes programs which rely on the save file (e.g. the shell) to fail occasionally as they try to read while the cli is writing
* scheme: add variant option2 * r + 2 * t2025-06-121-0/+5
| | | | Remove variant subcommand
* scheme: better print2 * r + 2 * t2025-06-121-1/+9
|
* scheme: impl random + fix single schemes2 * r + 2 * t2025-06-121-0/+8
|
* feat: generate dynamic schemes2 * r + 2 * t2025-06-121-6/+13
|
* scheme: better error messages2 * r + 2 * t2025-06-111-2/+2
| | | | Print valid flavours/modes when invalid flavour/mode is given
* feat: impl scheme command (partial)2 * r + 2 * t2025-06-111-0/+3
|
* internal: refactor scheme2 * r + 2 * t2025-06-111-0/+194
| | | | Also use a single file to store scheme data
* internal: refactor for packaging2 * r + 2 * t2025-06-111-0/+0
Package using python-build, python-installer and hatch