# -*- shell-script -*- # Set background if test -f ~/.config/background."${SESSION_}"; then xwallpaper --zoom ~/.config/background."${SESSION_}" elif test -f ~/.config/background; then xwallpaper --zoom ~/.config/background elif test -f /etc/background; then xwallpaper --zoom /etc/background fi