Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- do_wallpaper ( ) {
- local x
- x=1
- while [ "x$x" = "x1" ]
- do
- which "$1"||x=0
- urxvt -name urxvt-wallpaper-$1 -j -ss -g $3 -fn "6x10" -fb "6x10" -transparent -tintColor white +sb -bl -e "$2" || x=0
- echo $x
- done
- }
- do_wallpaper htop htop 70x25&
- do_wallpaper climm climm 48x25&
- do_wallpaper bash bash 80x31&
- do_wallpaper bash2 bash 85x31&
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement