From b9ac43c30c7ed214704a8a52336ecee30d74bfc2 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 31 Jan 2022 22:20:25 +0800 Subject: [PATCH] update --- lib-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib-install.sh b/lib-install.sh index b47e8575..fc885f20 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -524,12 +524,11 @@ install_themes() { for opacity in "${opacities[@]}"; do for alt in "${alts[@]}"; do for theme in "${themes[@]}"; do - install_xfwmy "${color}" - for color in "${colors[@]}"; do gtk_base "${color}" "${opacity}" "${theme}" "${compact}" install_theemy "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" install_shelly "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" + install_xfwmy "${color}" done done done