bugfix: theme not beign detected

This commit is contained in:
lelgenio 2022-04-08 08:03:48 -03:00
parent 1044517e8f
commit 31f1ef30d0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ mkdir -p "${dst_path}/${theme_name}"
{%@@ endif @@%}
{%@@ if 'Orchis' in gtk_theme.lower() @@%}
{%@@ if 'orchis' in gtk_theme.lower() @@%}
TMPDIR="$HOME/.cache/share/orchis"
mkdir -p "$TMPDIR" && cd "$TMPDIR"