Theme not app

This commit is contained in:
Bob Mottram 2016-09-09 09:50:10 +01:00
parent bb7a637151
commit 2cb7b2aa74
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 2 additions and 2 deletions

View File

@ -154,9 +154,9 @@ function change_theme {
for a in "${THEMES[@]}"
do
if [[ $a == "basic" ]]; then
themelist="$applist $n $a on"
themelist="$themelist $n $a on"
else
themelist="$applist $n $a off"
themelist="$themelist $n $a off"
fi
n=$[n+1]
theme_index=$[theme_index+1]