From ab9870e1740e7813ede292b83f0ebaedadc87476 Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 15 May 2021 14:16:51 +0800 Subject: [PATCH] Update lib-install.sh --- lib-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-install.sh b/lib-install.sh index d167ac1..c19adad 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -369,12 +369,12 @@ install_themes() { install_xfwmy "${color}" for color in "${colors[@]}"; do - gtk_base "${color}" "${opacity}" "${theme}" & + gtk_base "${color}" "${opacity}" "${theme}" "${compact}" & process_ids+=("${!}") & install_theemy "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" & process_ids+=("${!}") - gtk_base "${color}" "${opacity}" "${theme}" & + gtk_base "${color}" "${opacity}" "${theme}" "${compact}" & process_ids+=("${!}") & install_shelly "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" & process_ids+=("${!}")