From 4e777b956bb3fa0efdadc38e319220edb1e1d6dc Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 21 May 2025 18:25:31 +0200 Subject: update --- choose-theme | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'choose-theme') 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 -- cgit v1.2.3