#!/bin/sh if [ -f ~/.bg.png ]; then feh --bg-max -B white ~/.bg.png; fi