move images to theme repository

This commit is contained in:
Ray Elliott 2020-03-25 21:13:01 +00:00
parent fb4b1e75f1
commit f0678e96e5
6 changed files with 5 additions and 5 deletions

10
fehbg
View File

@ -1,15 +1,15 @@
#!/bin/sh
_image_dir="$HOME/.config/feh/image"
_image_dir="$HOME/.config/themes/autumn-fire/image"
_host=$(hostname)
case $_host in
Patricia)
# order is left, right
feh --no-fehbg --bg-max "$_image_dir/autumn-fire--slice-center.jpg" "$_image_dir/autumn-fire--slice-right.jpg"
# order of monitors: left, right
feh --no-fehbg --bg-max "$_image_dir/center.jpg" "$_image_dir/right.jpg"
;;
Pamela)
#order of monitors is top, left, right
feh --no-fehbg --bg-fill "$_image_dir/autumn-fire--slice-center-top.jpg" "$_image_dir/autumn-fire--slice-left-far.jpg" "$_image_dir/autumn-fire--slice-left.jpg"
#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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 553 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 KiB