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

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"