diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-07 11:38:05 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-07 11:38:05 +1000 |
| commit | f9a83990a91e9b3ae694df53b64fe611520632a7 (patch) | |
| tree | b4992c9e7e7b0a04d9c7889f6b4b5f53d92ff4f9 /install | |
| parent | schemes: cache schemes (diff) | |
| download | caelestia-cli-f9a83990a91e9b3ae694df53b64fe611520632a7.tar.gz caelestia-cli-f9a83990a91e9b3ae694df53b64fe611520632a7.tar.bz2 caelestia-cli-f9a83990a91e9b3ae694df53b64fe611520632a7.zip | |
scheme: better colours + parallel generation
Fix some wallpapers not having enough colours by disabling filter (also gives better colours)
Use GNU parallel to run scheme generation in parallel
Also ensure all schemes exist when generating
Cache wallpaper thumbnails
Diffstat (limited to 'install')
| -rwxr-xr-x | install/scripts.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/scripts.fish b/install/scripts.fish index 8da6221..5041ff3 100755 --- a/install/scripts.fish +++ b/install/scripts.fish @@ -2,7 +2,7 @@ . (dirname (status filename))/util.fish -install-deps git hyprland-git hyprpaper-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs python-materialyoucolor-git app2unit-git +install-deps git hyprland-git hyprpaper-git imagemagick wl-clipboard fuzzel-git socat foot jq python xdg-user-dirs python-materialyoucolor-git app2unit-git parallel install-optional-deps 'equibop-bin (discord client)' 'btop (system monitor)' 'wf-recorder (screen recorder)' 'grim (screenshot tool)' 'zen-browser (web browser)' 'spotify-adblock (music player)' set -l dist $C_DATA/scripts |