aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------i3/bin/setbg2
l---------[-rwxr-xr-x]i3/bin/setbg-backup5
-rwxr-xr-xi3/bin/setbg-photo4
3 files changed, 6 insertions, 5 deletions
diff --git a/i3/bin/setbg b/i3/bin/setbg
index d445e5c..1d7445b 120000
--- a/i3/bin/setbg
+++ b/i3/bin/setbg
@@ -1 +1 @@
-setbg-texample \ No newline at end of file
+setbg-backup \ No newline at end of file
diff --git a/i3/bin/setbg-backup b/i3/bin/setbg-backup
index d150bc1..4785e67 100755..120000
--- a/i3/bin/setbg-backup
+++ b/i3/bin/setbg-backup
@@ -1,4 +1 @@
-#!/bin/bash
-
-feh --bg-fill ~/wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)"
-exit 1
+setbg-photo \ No newline at end of file
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