diff options
| author | stkhan <personal@slickd.xyz> | 2025-08-03 22:38:37 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2025-08-03 22:38:37 -0500 |
| commit | ad2a9240eac56125445aff46130b6bdf67911497 (patch) | |
| tree | 6cbe51303fc511d442f2b5f7c06e3462042447ca /scripts/set_theme.sh | |
| parent | 86bb1b0a149ae69db09d784e184298a7e4eda7a9 (diff) | |
Update Makefile, etc
Diffstat (limited to 'scripts/set_theme.sh')
| -rwxr-xr-x | scripts/set_theme.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh deleted file mode 100755 index b616b4f..0000000 --- a/scripts/set_theme.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -echo "Choose a profile: "; ls ./profiles/ -read profile -echo "PROFILE=$profile" >> ./.config - -echo "Choose a theme:" && ls ./theme/ -read theme -echo "THEME=$theme" >> ./.config -echo "Set theme to $theme" |