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