add wallpaper script. add wallpaper images.
This commit is contained in:
parent
5d8e03954f
commit
fb4b1e75f1
6 changed files with 15 additions and 0 deletions
15
fehbg
Executable file
15
fehbg
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
_image_dir="$HOME/.config/feh/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"
|
||||
;;
|
||||
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"
|
||||
;;
|
||||
esac
|
||||
BIN
image/autumn-fire--slice-center-top.jpg
Normal file
BIN
image/autumn-fire--slice-center-top.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 553 KiB |
BIN
image/autumn-fire--slice-center.jpg
Normal file
BIN
image/autumn-fire--slice-center.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 741 KiB |
BIN
image/autumn-fire--slice-left-far.jpg
Normal file
BIN
image/autumn-fire--slice-left-far.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 KiB |
BIN
image/autumn-fire--slice-left.jpg
Normal file
BIN
image/autumn-fire--slice-left.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 659 KiB |
BIN
image/autumn-fire--slice-right.jpg
Normal file
BIN
image/autumn-fire--slice-right.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 627 KiB |
Loading…
Add table
Add a link
Reference in a new issue