summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
committerstkhan <personal@slickd.xyz>2022-03-25 18:35:56 -0800
commit09fc0fb652cfccdd19502399312c6119ea35d796 (patch)
tree946e77b03af4a396a15f97e79e1b5d53c8183dcc /scripts/set_theme.sh
parente20a439f0de08052fad50669fd005dee14d40cae (diff)
Updated dwm, etc
Diffstat (limited to 'scripts/set_theme.sh')
-rwxr-xr-xscripts/set_theme.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh
index c25883d..cd4eca8 100755
--- a/scripts/set_theme.sh
+++ b/scripts/set_theme.sh
@@ -3,7 +3,7 @@
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
+cp ./theme/$theme/$theme.png $HOME/.config/sarc/wallpaper.png
+cp ./theme/$theme/colors.h ./
echo "Done"