diff options
-rwxr-xr-x | choose-theme | 18 |
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 |