From 2897ffcdf9e5c4fd655c52248b307caf9a2bf7c1 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 2 Nov 2024 16:53:51 +0800 Subject: [PATCH] Fixed #1164 --- libs/lib-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/lib-install.sh b/libs/lib-install.sh index ff0a56e2..7a33fea1 100755 --- a/libs/lib-install.sh +++ b/libs/lib-install.sh @@ -608,7 +608,7 @@ install_gdm_theme() { # Let's go! install_theme_deps rm -rf "${WHITESUR_GS_DIR}"; install_beggy - gtk_base + gtk_base && shell_base if check_theme_file "${COMMON_CSS_FILE}"; then # CSS-based theme install_shelly "${colors[0]}" "${opacities[0]}" "${alts[0]}" "${themes[0]}" "${schemes[0]}" "${icon}" "${WHITESUR_GS_DIR}"