From f3333928f358275a36e2eb340284a7d0c2af7df2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 11 Dec 2023 19:18:24 +0900 Subject: Wallpaper effects changes: 1.) Wallpaper Select - switched to any effects 2.) Random wallpaper (CTRL ALT 2) - switched to random effects 3.) Automatic wallpaper - Increased to 30 mins, switched to simple effects --- config/hypr/scripts/WallpaperSelect.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config/hypr/scripts/WallpaperSelect.sh') diff --git a/config/hypr/scripts/WallpaperSelect.sh b/config/hypr/scripts/WallpaperSelect.sh index a3fa1ba0..16790bdd 100755 --- a/config/hypr/scripts/WallpaperSelect.sh +++ b/config/hypr/scripts/WallpaperSelect.sh @@ -6,10 +6,11 @@ SCRIPTSDIR="$HOME/.config/hypr/scripts" DIR="$HOME/Pictures/wallpapers" # Transition config -FPS=30 -TYPE="simple" -DURATION=3 -SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" +FPS=60 +TYPE="any" +DURATION=1 +BEZIER="0,.53,1,.48" +SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" # Check if swaybg is running if pidof swaybg > /dev/null; then -- cgit v1.2.3