aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/setbg-photo
diff options
context:
space:
mode:
Diffstat (limited to 'i3/bin/setbg-photo')
-rwxr-xr-xi3/bin/setbg-photo4
1 files changed, 4 insertions, 0 deletions
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