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