summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/set_theme.sh')
-rwxr-xr-xscripts/set_theme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh
index cd4eca8..b2517ae 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/sarc/wallpaper.png
+cp ./theme/$theme/$theme.png $HOME/.config/wallpaper.png
cp ./theme/$theme/colors.h ./
echo "Done"