summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
blob: 075924e5173bc6054a292f8954133c6628848d34 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "Choose a theme:" && ls ./theme/
read theme
echo "THEME=$theme" >> ./.config
echo "Set theme to $theme"