feh/fehbg

14 lines
271 B
Plaintext
Raw Normal View History

#!/bin/sh
_host=$(hostname)
case $_host in
2021-03-16 18:38:21 +00:00
MachineOne)
2021-05-09 17:05:36 +00:00
feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.config/feh/bladerunner--inset.jpg'
;;
2021-03-16 18:38:21 +00:00
MachineTwo)
2021-05-09 17:05:36 +00:00
feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.config/feh/alexey-egorov.jpg'
;;
esac
2021-03-16 18:38:21 +00:00
#!/bin/sh