Created
January 30, 2013 13:31
-
-
Save tausen/4673325 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
case $1 in | |
0) xloadimage -zoom 70 -onroot ~/Pictures/emergence_by_alexiuss-d4n7gur.jpg ;; | |
1) xloadimage -zoom 100 -onroot ~/Pictures/emergence_by_alexiuss-d4n7gur.jpg ;; | |
2) xloadimage -fullscreen -onroot ~/Pictures/Metro_wallpaper2_1280x800.jpg 100 ;; | |
3) xloadimage -fullscreen -onroot ~/Pictures/Metro_wallpaper2_1920x1200.jpg 100 ;; | |
4) xloadimage -fullscreen -onroot ~/Pictures/Metro_wallpaper_1280x800.jpg 100 ;; | |
5) xloadimage -fullscreen -onroot ~/Pictures/Metro_wallpaper_1920x1200.jpg 100 ;; | |
*) echo 'Bad number' | |
esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment