diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-07 12:42:36 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-07 12:42:36 +0000 |
| commit | 0f734f0e317996d246fed2b0bdd1550c49d46e5b (patch) | |
| tree | db0f535dcb02dc1959508a1e94570db74ea3bbb2 /scripts/set_theme.sh | |
| parent | 42966e3e531b8e46e4ab31480d45aa7a141f19ce (diff) | |
Fixed things, added sfm
Diffstat (limited to 'scripts/set_theme.sh')
| -rwxr-xr-x | scripts/set_theme.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh index 87589c3..075924e 100755 --- a/scripts/set_theme.sh +++ b/scripts/set_theme.sh @@ -3,7 +3,4 @@ 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" +echo "Set theme to $theme" |