#!/bin/sh _host=$(hostname) case $_host in MachineOne) feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.dark-souls.jpg' ;; MachineTwo) feh --no-fehbg --bg-max --image-bg "#000000" --no-xinerama '/home/ray/.config/feh/alexey-egorov.jpg' ;; esac #!/bin/sh