Regenerated
This commit is contained in:
@@ -11,8 +11,9 @@ wall="$HOME/Wallpapers/pictures/${num}.jpg"
|
||||
|
||||
# Check if file exists
|
||||
if [ -f "$wall" ]; then
|
||||
# Set wallpaper (hyprpaper)
|
||||
hyprctl hyprpaper unload all
|
||||
hyprctl hyprpaper preload "$wall"
|
||||
hyprctl hyprpaper wallpaper ",$wall"
|
||||
# Set wallpaper with smooth transition
|
||||
awww img "$wall" \
|
||||
--transition-type wipe \
|
||||
--transition-duration 0.5 \
|
||||
--transition-fps 60
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user