aboutsummaryrefslogtreecommitdiff
path: root/choose-theme
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-21 18:25:31 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-21 18:25:31 +0200
commit4e777b956bb3fa0efdadc38e319220edb1e1d6dc (patch)
tree69b25d7d372b5f50cbf110c72074fd3cf239648e /choose-theme
parent8923a5f27822b2332856ffb71bb625edc4a92da4 (diff)
downloadscripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.tar.gz
scripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.tar.bz2
scripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.zip
update
Diffstat (limited to 'choose-theme')
-rwxr-xr-xchoose-theme18
1 files changed, 3 insertions, 15 deletions
diff --git a/choose-theme b/choose-theme
index 183bc76..3dfa2d3 100755
--- a/choose-theme
+++ b/choose-theme
@@ -5,7 +5,6 @@
# then post process
#
# requires nsxiv, pywal16
-# ~/.local/bin is in PATH
FOLDER=~/Pictures/wallpaper
# thumbnail display of images
@@ -15,20 +14,9 @@ wal --cols16 darken -i $CHOICE
# Post process
-# Xresources
-xrdb merge .Xresources
+xrdb merge ~/.Xresources
-# DWM
-cd ~/.local/src/LIVE/dwm
-make clean ; make
-rm -f ~/.local/bin/dwm
-cp dwm ~/.local/bin
+launch-dunst
-# DWMMENU
-rm -f ~/.local/bin/dmenu*
-cd ~/.local/src/LIVE/dmenu
-make clean ; make
-cp {dmenu,dmenu_run,dmenu_path} ~/.local/bin
+pkill -HUP dwm
-# DUNST
-launch-dunst