dotfiles/.config/hypr/scripts/wallpaper

10 lines
248 B
Bash
Executable file

#!/bin/sh
# Change the path of the image to yours
function load_wp(){
swww img --transition-type wipe --transition-pos top-right --transition-duration 3.8 --transition-step 255 --transition-fps 75 ~/.config/wallpaper.png
}
swww init
load_wp