From a9722a8f4134bfadeb2065f54272aaee0624d89a Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 16 Mar 2021 18:38:21 +0000 Subject: [PATCH] update --- fehbg | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/fehbg b/fehbg index d8b9ba4..6516aaa 100755 --- a/fehbg +++ b/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