From ffdaef3d7877443efa4dec9ad8dca5a51ce025af Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 5 May 2018 16:15:35 +0200 Subject: Use photograph wallpaper by default --- i3/bin/setbg-photo | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i3/bin/setbg-photo (limited to 'i3/bin/setbg-photo') diff --git a/i3/bin/setbg-photo b/i3/bin/setbg-photo new file mode 100755 index 0000000..d150bc1 --- /dev/null +++ b/i3/bin/setbg-photo @@ -0,0 +1,4 @@ +#!/bin/bash + +feh --bg-fill ~/wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)" +exit 1 -- cgit v1.2.3