summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add wallpaper post-hook for dynamic theming (#61)Givani Boekestijn2025-10-171-0/+3
| | | | | | | | | | | | | | | * 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
* record: add extraArgs config2 * r + 2 * t2025-09-151-0/+3
|
* readme: update installation section2 * r + 2 * t2025-09-141-6/+40
| | | | Add stable/unstable packages + nix
* record: wl-screenrec -> gpu-screen-recorder2 * r + 2 * t2025-09-131-4/+2
| | | | | Supports NVIDIA, so no need for having a fallback Also supports pausing
* ci: fix update flake action2 * r + 2 * t2025-08-191-12/+13
| | | | Also update readme help
* record: add NVIDIA GPU support with wf-recorder (#41)Batuhan Edgüer2025-08-161-2/+3
| | | | | | | | | | | | | | | | * record: add NVIDIA GPU support with wf-recorder - Add automatic GPU detection to choose between wl-screenrec and wf-recorder - Use wf-recorder for NVIDIA GPUs to fix compatibility issues - Map wf-recorder arguments correctly for region, output, and audio recording - Update documentation to include wf-recorder as dependency for NVIDIA users Fixes #37 * format + deduplicate --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* readme: add config section2 * r + 2 * t2025-08-041-0/+66
|
* readme: change prompt char2 * r + 2 * t2025-06-271-1/+1
|
* readme: add install and usage2 * r + 2 * t2025-06-271-4/+76
|
* internal: remove all legacy fish scripts2 * r + 2 * t2025-06-141-25/+8
|
* feat: up to 3 options for dynamic scheme2 * r + 2 * t2025-04-221-0/+1
| | | | | | Have up to 3 options for base colour for dynamic scheme Variants moved to new command Also remove parallel dependency
* readme: update help message2 * r + 2 * t2025-02-201-1/+2
|
* install scripts for all modules2 * r + 2 * t2025-01-281-1/+3
|
* add readme and install script2 * r + 2 * t2025-01-261-0/+30