| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add wallpaper post-hook for dynamic theming
Adds support for running custom shell commands after wallpaper changes
via the `wallpaper.postHook` config option in `~/.config/caelestia/cli.json`.
The wallpaper path is made available to the hook via the $WALLPAPER_PATH
environment variable. This enables integration with tools like `matugen`
or `pywal` for dynamic theming based on wallpaper colors.
The hook runs after apply_colours() in set_wallpaper(), ensuring it
executes for all wallpaper change methods (UI, IPC, and direct CLI).
* Replaced comment in example config with no-op command
|
| | |
|
| |
|
|
| |
Fixes caelestia-dots/shell#200
|
| | |
|
| | |
|
| |
|
|
|
| |
Also remove multiple dynamic flavours
Add extended material (success colours)
|
| | |
|
| |
|
|
| |
Do not switch mode if not dynamic scheme
|
| |
|
|
| |
Print actual scheme, not just colours
|
| | |
|
| | |
|
| |
|