diff --git a/scripts/updatewal-swww.sh b/scripts/updatewal-swww.sh index c42d063..f7b814a 100755 --- a/scripts/updatewal-swww.sh +++ b/scripts/updatewal-swww.sh @@ -32,7 +32,13 @@ newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") # ----------------------------------------------------- # Set the new wallpaper # ----------------------------------------------------- -swww img $wallpaper --transition-step 20 --transition-fps=20 +swww img $wallpaper \ + --transition-bezier .43,1.19,1,.4 \ + --transition-fps=60 \ + --transition-type="random" \ + --transition-duration=0.7 \ + --transition-pos "$( hyprctl cursorpos )" + ~/dotfiles/waybar/launch.sh sleep 1 diff --git a/scripts/wallpaper-swww.sh b/scripts/wallpaper-swww.sh index 83b20ac..5eb6cb2 100755 --- a/scripts/wallpaper-swww.sh +++ b/scripts/wallpaper-swww.sh @@ -37,7 +37,13 @@ if [ "$selected" ]; then # ----------------------------------------------------- # Set the new wallpaper # ----------------------------------------------------- - swww img $wallpaper --transition-step 20 --transition-fps=20 + swww img $wallpaper \ + --transition-bezier .43,1.19,1,.4 \ + --transition-fps=60 \ + --transition-type="random" \ + --transition-duration=0.7 \ + --transition-pos "$( hyprctl cursorpos )" + ~/dotfiles/waybar/launch.sh sleep 1