feh/fehbg
2022-12-21 14:16:14 +00:00

13 lines
252 B
Bash
Executable file

#!/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-fill --no-xinerama '/home/ray/.config/feh/alexey-egorov.jpg'
;;
esac
#!/bin/sh