feh/fehbg
2021-03-16 18:38:21 +00:00

13 lines
196 B
Bash
Executable file

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