mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-11 01:39:28 -05:00
scheme: dynamic light theme
Autodetect based on wallpaper Also resize wallpaper so faster And async magick blur so wallpaper doesnt block
This commit is contained in:
+1
-1
@@ -114,5 +114,5 @@ else
|
||||
mkdir -p $cache_dir
|
||||
echo $chosen_wallpaper > $last_wallpaper_path
|
||||
ln -sf $chosen_wallpaper "$cache_dir/current"
|
||||
magick $chosen_wallpaper -fill black -colorize 10% -blur 0x10 "$cache_dir/blur"
|
||||
magick $chosen_wallpaper -fill black -colorize 10% -blur 0x10 "$cache_dir/blur" &
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user