summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-07 12:42:36 +0000
committerstkhan <personal@slickd.xyz>2022-05-07 12:42:36 +0000
commit0f734f0e317996d246fed2b0bdd1550c49d46e5b (patch)
treedb0f535dcb02dc1959508a1e94570db74ea3bbb2 /scripts
parent42966e3e531b8e46e4ab31480d45aa7a141f19ce (diff)
Fixed things, added sfm
Diffstat (limited to 'scripts')
-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"