setbg (233B)
1 #!/usr/bin/env sh 2 # Sets the background. If given an argument, will set file as background. 3 [ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed." 4 feh --bg-fill ~/.config/wall.png