Fixed blurred background for wlogout. Create blurred version with magick
This commit is contained in:
@@ -63,7 +63,7 @@ esac
|
||||
# Load current pywal color scheme
|
||||
# -----------------------------------------------------
|
||||
source "$HOME/.cache/wal/colors.sh"
|
||||
echo "Wallpaper: $wallpaper"
|
||||
echo ":: Wallpaper: $wallpaper"
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Write selected wallpaper into .cache files
|
||||
@@ -101,4 +101,8 @@ swww img $wallpaper \
|
||||
sleep 1
|
||||
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||
|
||||
# Create blurred version of new wallaper
|
||||
magick $wallpaper -blur 0x8 ~/.cache/current_wallpaper_blur
|
||||
echo ":: Blurred version of wallaper created in ~/.cache/current_wallpaper_blur."
|
||||
|
||||
echo "DONE!"
|
||||
|
||||
Reference in New Issue
Block a user