1 2 3 4 5 6 7 8 9
#!/bin/sh echo $# if [ $# -ne 0 ]; then export WALLPAPER=$1 fi pkill swaybg swaybg -i $WALLPAPER > /dev/null 2> /dev/null &