diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-21 18:25:31 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-21 18:25:31 +0200 |
commit | 4e777b956bb3fa0efdadc38e319220edb1e1d6dc (patch) | |
tree | 69b25d7d372b5f50cbf110c72074fd3cf239648e /choose-theme | |
parent | 8923a5f27822b2332856ffb71bb625edc4a92da4 (diff) | |
download | scripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.tar.gz scripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.tar.bz2 scripts-4e777b956bb3fa0efdadc38e319220edb1e1d6dc.zip |
update
Diffstat (limited to 'choose-theme')
-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 |