10 lines
No EOL
297 B
Bash
Executable file
10 lines
No EOL
297 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 ~/Imagenes/Diseños-FanArt-Wallpapers/Wallpapers/Landscapes/resul222t.png
|
|
}
|
|
|
|
swww init
|
|
|
|
load_wp |