summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
blob: cd4eca8db31ed236086913687d4ff76780917ddc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Choose a theme:" && ls ./theme/
read theme

cp ./theme/$theme/$theme.png $HOME/.config/sarc/wallpaper.png
cp ./theme/$theme/colors.h ./

echo "Done"