dotfiles/.config/hypr/scripts/wallpaper
2023-09-05 18:08:33 +02:00

10 lines
229 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 ~/.config/wallpaper.png
}
swww init
load_wp