summaryrefslogtreecommitdiff
path: root/shell-scripts/set-bg
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts/set-bg')
-rw-r--r--shell-scripts/set-bg15
1 files changed, 0 insertions, 15 deletions
diff --git a/shell-scripts/set-bg b/shell-scripts/set-bg
deleted file mode 100644
index bede726..0000000
--- a/shell-scripts/set-bg
+++ /dev/null
@@ -1,15 +0,0 @@
-#!@bash@/bin/bash
-reload=0
-while getopts "r" opt; do
- case "$opt" in
- h|\?) exit 0 ;;
- r) reload=1 ;;
- esac
-done
-if [ $reload -eq 1 ]; then
- # (cat ~/.cache/wal/sequences &)
- wal -R
-else
- sxiv -tob ~/bg | parallel wal -i
-fi
-kak -l | parallel '<<< "colorscheme wal" kak -p {}'