From 16a845fb5724aafda7f078344de55126075a22a0 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 23 Feb 2022 21:37:49 +0800 Subject: [PATCH] Update lib-install.sh --- lib-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib-install.sh b/lib-install.sh index d33c5a8..7582d05 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -372,12 +372,8 @@ install_shelly() { fi cp -r "${THEME_SRC_DIR}/assets/gnome-shell/common-assets/"*".svg" "${TARGET_DIR}/assets" - - if [[ "${theme}" != '' ]]; then - cp -r "${THEME_SRC_DIR}/assets/gnome-shell/common-assets${theme}/"*".svg" "${TARGET_DIR}/assets" - fi - cp -r "${THEME_SRC_DIR}/assets/gnome-shell/assets${color}/"*".svg" "${TARGET_DIR}/assets" + cp -r "${THEME_SRC_DIR}/assets/gnome-shell/theme${theme}${colorscheme}/"*".svg" "${TARGET_DIR}/assets" cp -r "${THEME_SRC_DIR}/assets/gnome-shell/activities/activities${icon}.svg" "${TARGET_DIR}/assets/activities.svg" cp -r "${THEME_SRC_DIR}/assets/gnome-shell/activities/activities${icon}.svg" "${TARGET_DIR}/assets/activities-white.svg" cp -r "${WHITESUR_TMP_DIR}/beggy.png" "${TARGET_DIR}/assets/background.png"