i3-set-wallpaper 144 B

12345678
  1. #!/bin/sh
  2. BACKGROUND=$1
  3. if [[ $BACKGROUND == "" ]] ; then
  4. BACKGROUND=color-bg
  5. fi
  6. feh --bg-fill ~/.config/i3/wallpapers/${BACKGROUND}.png