This commit is contained in:
Ray Elliott 2021-05-09 18:05:36 +01:00
commit 292792eede
3 changed files with 2 additions and 2 deletions

4
fehbg
View file

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