summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scheme: ensure enough colours2 * r + 2 * t2025-06-121-2/+5
|
* wallpaper: cache smart mode2 * r + 2 * t2025-06-122-12/+25
|
* feat: impl wallpaper2 * r + 2 * t2025-06-125-12/+154
|
* scheme: fix not saving atomically2 * r + 2 * t2025-06-122-12/+21
| | | | 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
* material: better mono scheme2 * r + 2 * t2025-06-121-2/+4
|
* scheme: add variant option2 * r + 2 * t2025-06-124-32/+10
| | | | Remove variant subcommand
* scheme: better print2 * r + 2 * t2025-06-121-1/+9
|
* material: tone down chroma boost2 * r + 2 * t2025-06-121-2/+2
|
* scheme: impl random + fix single schemes2 * r + 2 * t2025-06-126-1/+10
|
* feat: generate dynamic schemes2 * r + 2 * t2025-06-126-8/+405
|
* theme: better spicetify colours2 * r + 2 * t2025-06-115-22/+43
|
* feat: theme btop2 * r + 2 * t2025-06-114-29/+119
| | | | Also change template replacement format
* feat: theme fuzzel2 * r + 2 * t2025-06-112-4/+54
|
* feat: theme spicetify2 * r + 2 * t2025-06-112-1/+27
|
* scheme: better error messages2 * r + 2 * t2025-06-111-2/+2
| | | | Print valid flavours/modes when invalid flavour/mode is given
* feat: theme discord2 * r + 2 * t2025-06-114-54/+191
|
* toggles: fix sysmon + not toggling ws2 * r + 2 * t2025-06-111-1/+4
|
* feat: theme hypr and terminals2 * r + 2 * t2025-06-113-1/+89
|
* feat: impl scheme command (partial)2 * r + 2 * t2025-06-113-2/+18
|
* internal: refactor scheme2 * r + 2 * t2025-06-116-124/+211
| | | | Also use a single file to store scheme data
* parser: print help when no args2 * r + 2 * t2025-06-112-5/+5
| | | | Also create utility script for testing
* parser: fix error when no args2 * r + 2 * t2025-06-111-1/+5
|
* internal: refactor for packaging2 * r + 2 * t2025-06-1140-8/+14099
| | | | Package using python-build, python-installer and hatch
* feat: impl workspace-action command2 * r + 2 * t2025-06-101-1/+8
|
* feat: add toggle command2 * r + 2 * t2025-06-092-1/+99
|
* feat: add shell commands2 * r + 2 * t2025-06-0914-36/+139
| | | | Also switch to classes
* parser: add func to run with args2 * r + 2 * t2025-06-0913-2/+69
|
* feat: create parser2 * r + 2 * t2025-06-093-0/+219