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