diff options
| author | stkhan <personal@slickd.xyz> | 2023-06-06 17:28:20 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-06-06 17:28:20 -0500 |
| commit | 3574936b66b398ab2d3d671c0df909740bed61c5 (patch) | |
| tree | 9b2e83b2cfaad837c810b8638a1a88bd21a58e96 /scripts/set_theme.sh | |
| parent | 22681ed3fd1aef4dfe56ecbb0e6ef58e596971ef (diff) | |
Add modes
Diffstat (limited to 'scripts/set_theme.sh')
| -rwxr-xr-x | scripts/set_theme.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh index 075924e..fedc758 100755 --- a/scripts/set_theme.sh +++ b/scripts/set_theme.sh @@ -1,5 +1,9 @@ #!/bin/sh +echo "Choose a mode (type master if unsure): "; ls ./modes/ +read mode +echo "MODE=$mode" >> ./.config + echo "Choose a theme:" && ls ./theme/ read theme echo "THEME=$theme" >> ./.config |