Regenerated
This commit is contained in:
+36
@@ -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
|
||||
Reference in New Issue
Block a user