update
This commit is contained in:
parent
f0678e96e5
commit
a9722a8f41
12
fehbg
12
fehbg
|
@ -1,15 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
_image_dir="$HOME/.config/themes/autumn-fire/image"
|
||||
_host=$(hostname)
|
||||
|
||||
case $_host in
|
||||
Patricia)
|
||||
# order of monitors: left, right
|
||||
feh --no-fehbg --bg-max "$_image_dir/center.jpg" "$_image_dir/right.jpg"
|
||||
MachineOne)
|
||||
feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.config/feh/bladerunner--inset.jpg
|
||||
;;
|
||||
Pamela)
|
||||
#order of monitors: top, left, right
|
||||
feh --no-fehbg --bg-fill "$_image_dir/center-top.jpg" "$_image_dir/left-far.jpg" "$_image_dir/left.jpg"
|
||||
MachineTwo)
|
||||
# TODO
|
||||
;;
|
||||
esac
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Reference in New Issue