summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-05 17:32:35 +0000
committerstkhan <personal@slickd.xyz>2022-05-05 17:32:35 +0000
commit42966e3e531b8e46e4ab31480d45aa7a141f19ce (patch)
tree9a5a195e95bed96abb6601992d4e9e9a9634c300 /scripts/set_theme.sh
parent2d4cdb2e921b9ecf74d7569b3e505754d483ef1a (diff)
added config files, and nsxiv
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"