summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/set_theme.sh')
-rwxr-xr-xscripts/set_theme.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh
index b2517ae..87589c3 100755
--- a/scripts/set_theme.sh
+++ b/scripts/set_theme.sh
@@ -2,8 +2,8 @@
echo "Choose a theme:" && ls ./theme/
read theme
-
-cp ./theme/$theme/$theme.png $HOME/.config/wallpaper.png
-cp ./theme/$theme/colors.h ./
+echo "THEME=$theme" >> ./.config
+#cp ./theme/$theme/$theme.png $HOME/.config/wallpaper.png
+#cp ./theme/$theme/colors.h ./
echo "Done"