Update wlogout blur

This commit is contained in:
Stephan Raabe
2024-02-27 13:34:59 +01:00
parent fec8e9fb96
commit 6f99f143c6
3 changed files with 2 additions and 7 deletions

View File

@@ -101,8 +101,4 @@ 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!"