summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2022-01-23 21:18:39 +0530
committerGitHub <noreply@github.com>2022-01-23 21:18:39 +0530
commitd8199d94b921fdabad68d40670814d165b3b3194 (patch)
tree37939174abd1a70841a5db108ee93bc4c609779d /scripts
parent3a832f07fd327ad79dda09e218a7bef427bb5bd1 (diff)
Delete setwbg
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setwbg13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/setwbg b/scripts/setwbg
deleted file mode 100644
index c52ac1f..0000000
--- a/scripts/setwbg
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-echo "Chosing a random wallpaper..."
-wall=$(find $HOME/Pictures/Wallpaper/w/wow -type f | shuf -n 1)
-echo "Setting up the wallpaper"
-xwallpaper --zoom $wall
-echo "Generating pywal color schemes..."
-wal -i $wall >/dev/null
-#sed -i $HOME/.cache/wal/colors-wol-dwm.h
-echo "Recompiling dwm w new colors..."
-echo "Press F5 to hot reload dwm!"
-#(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null)
-echo "^_^ Enjoy your new look!!!"