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