From d2879d607c3533e633e139fcbc1031b54e627aca Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Tue, 12 Jul 2016 15:21:57 +0300 Subject: [PATCH] Change the background (multiple monitors) - needs a source dir (: --- db_background.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 db_background.sh diff --git a/db_background.sh b/db_background.sh new file mode 100755 index 0000000..e23af2c --- /dev/null +++ b/db_background.sh @@ -0,0 +1,6 @@ +#!/bin/zsh +while true; do +# feh --bg-scale -z --no-xinerama ~/DB-triple-7680x1600 + feh --bg-fill -z --no-xinerama ~/DB-triple-7680x1600 + sleep 1h +done