summaryrefslogtreecommitdiff
path: root/.scripts/update-bg
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/update-bg')
-rwxr-xr-x.scripts/update-bg9
1 files changed, 9 insertions, 0 deletions
diff --git a/.scripts/update-bg b/.scripts/update-bg
new file mode 100755
index 0000000..2612931
--- /dev/null
+++ b/.scripts/update-bg
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+echo $#
+if [ $# -ne 0 ]; then
+ export WALLPAPER=$1
+fi
+
+pkill swaybg
+swaybg -i $WALLPAPER > /dev/null 2> /dev/null &