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:
2 * r + 2 * t
2025-01-29 18:17:13 +11:00
parent 6f00e65727
commit 5118c8da96
7 changed files with 56 additions and 5 deletions
+1 -1
View File
@@ -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