Compare commits

..

No commits in common. "292792eede8aa71ccac7da898f390c24ac20549e" and "f0678e96e50f932635d77f2837205c5b628a2008" have entirely different histories.

3 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 KiB

12
fehbg
View File

@ -1,13 +1,15 @@
#!/bin/sh
_image_dir="$HOME/.config/themes/autumn-fire/image"
_host=$(hostname)
case $_host in
MachineOne)
feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.config/feh/bladerunner--inset.jpg'
Patricia)
# order of monitors: left, right
feh --no-fehbg --bg-max "$_image_dir/center.jpg" "$_image_dir/right.jpg"
;;
MachineTwo)
feh --no-fehbg --bg-fill --no-xinerama '/home/ray/.config/feh/alexey-egorov.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"
;;
esac
#!/bin/sh