From e20a439f0de08052fad50669fd005dee14d40cae Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 18 Mar 2022 08:09:07 -0800 Subject: Update dwm, added farbfeld, sent, and wmname plus more --- scripts/set_theme.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/set_theme.sh (limited to 'scripts/set_theme.sh') diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh new file mode 100755 index 0000000..c25883d --- /dev/null +++ b/scripts/set_theme.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +echo "Choose a theme:" && ls ./theme/ +read theme + +cp ./theme/$theme/$theme.png $HOME/.config/wallpaper.png +cp ./theme/$theme/colors.h ./dwm-6.3 + +echo "Done" -- cgit v1.2.3