diff options
| author | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-06-08 22:09:38 -0500 |
| commit | db14a74d6a24f0c4402ffc953cbe372cc408ebf8 (patch) | |
| tree | 16810ad9b7d60ed2bc4762f2ef1315c7dec8c94d /scripts/set_theme.sh | |
| parent | 3574936b66b398ab2d3d671c0df909740bed61c5 (diff) | |
Change modes to profiles and clean
Diffstat (limited to 'scripts/set_theme.sh')
| -rwxr-xr-x | scripts/set_theme.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh index fedc758..2022848 100755 --- a/scripts/set_theme.sh +++ b/scripts/set_theme.sh @@ -1,8 +1,8 @@ #!/bin/sh -echo "Choose a mode (type master if unsure): "; ls ./modes/ -read mode -echo "MODE=$mode" >> ./.config +echo "Choose a mode (type master if unsure): "; ls ./profiles/ +read profile +echo "PROFILE=$profile" >> ./.config echo "Choose a theme:" && ls ./theme/ read theme |