summaryrefslogtreecommitdiff
path: root/src/caelestia/utils/scheme.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scheme: ignore empty lines in schemes2 * r + 2 * t2025-10-251-1/+1
|
* internal: more lazy importing2 * r + 2 * t2025-06-241-7/+10
| | | | Also fix some stuff with scheme checking
* scheme: no mem cache2 * r + 2 * t2025-06-241-43/+11
|
* [!B] colours: better colours2 * r + 2 * t2025-06-241-2/+2
| | | | | Also remove multiple dynamic flavours Add extended material (success colours)
* scheme: handle no wallpaper dynamic scheme2 * r + 2 * t2025-06-181-1/+13
| | | | Throw actually readable error and notify
* scheme: dump scheme data when no args to list2 * r + 2 * t2025-06-171-4/+16
|
* scheme: error notif critical urgency2 * r + 2 * t2025-06-171-2/+7
|
* scheme: add notify opt2 * r + 2 * t2025-06-171-0/+20
| | | | For sending a notification on error
* 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