commit e12baab2c67b9628ae6f876c85ec8715ec16c671 parent a212c07e17b5ed5a43296c5dc3eb1cc3f5c3e8b9 Author: Alex Balgavy <alexander.balgavy@spaceapplications.com> Date: Mon, 15 Jan 2024 13:48:20 +0100 set-theme: reload dwm colors if we're using dwm Diffstat:
M | scripts/set-theme | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/set-theme b/scripts/set-theme @@ -134,4 +134,5 @@ set_p10k "$theme" set_tmux "$theme" set_emacs "$theme" set_sioyek "$theme" +pgrep dwm >/dev/null 2>&1 && command -v xdotool >/dev/null 2>&1 && xdotool key 'shift+super+r' exit 0