Regenerated

This commit is contained in:
2026-04-29 15:31:02 +02:00
parent 47a6f1ce30
commit c7aa148a67
4 changed files with 560 additions and 446 deletions
+36
View File
@@ -0,0 +1,36 @@
#!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
WS=$1
case "$WS" in
0)
awww img /home/henrov/Wallpapers/pictures/10.jpg --transition-type random
;;
1)
awww img /home/henrov/Wallpapers/pictures/01.jpg --transition-type random
;;
2)
awww img /home/henrov/Wallpapers/pictures/02.jpg --transition-type random
;;
3)
awww img /home/henrov/Wallpapers/pictures/03.jpg --transition-type random
;;
4)
awww img /home/henrov/Wallpapers/pictures/04.jpg --transition-type random
;;
5)
awww img /home/henrov/Wallpapers/pictures/05.jpg --transition-type random
;;
6)
awww img /home/henrov/Wallpapers/pictures/06.jpg --transition-type random
;;
7)
awww img /home/henrov/Wallpapers/pictures/07.jpg --transition-type random
;;
8)
awww img /home/henrov/Wallpapers/pictures/08.jpg --transition-type random
;;
9)
awww img /home/henrov/Wallpapers/pictures/09.jpg --transition-type random
;;
esac