#!/bin/sh # Sets the background. If given an argument, will set file as background. [ -n "$1" ] && cp "$1" ~/.config/wall.png hsetroot -fill ~/.config/wall.png >/dev/null 2>&1