#!/bin/sh {% if hostname == "sputnik" %} feh --bg-scale $(random-file-of ~/.config/wallpapers/3440x1440) {% else %} echo "Wallpaper not configured for this system" exit 1 {% end %}