diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-22 21:31:34 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-22 21:31:34 +0900 |
| commit | f2f5588667b84ca5c2f0ec696bad222e75964ddc (patch) | |
| tree | 793216cc6ae503d202ccd0f3b908e385917d9e95 /config | |
| parent | d8c4e879878c8ad59357b06405d3bfe3c8dffaf5 (diff) | |
wallpaper animation change
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/WallpaperSelect.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/hypr/scripts/WallpaperSelect.sh b/config/hypr/scripts/WallpaperSelect.sh index cde48225..691b8fd2 100755 --- a/config/hypr/scripts/WallpaperSelect.sh +++ b/config/hypr/scripts/WallpaperSelect.sh @@ -6,11 +6,11 @@ SCRIPTSDIR="$HOME/.config/hypr/scripts" DIR="$HOME/Pictures/wallpapers" # Transition config -FPS=60 -TYPE="any" +FPS=30 +TYPE="wipe" DURATION=1 -BEZIER="0,.53,1,.48" -SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER" +BEZIER=".43,1.19,1,.4" +SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION" # Check if swaybg is running if pidof swaybg > /dev/null; then @@ -80,6 +80,7 @@ fi main +sleep 0.5 ${SCRIPTSDIR}/PywalSwww.sh -sleep 1 +sleep 0.2 ${SCRIPTSDIR}/Refresh.sh |
