Update lib-install.sh

This commit is contained in:
Vince 2021-07-11 21:51:46 +08:00
parent 44c321a2b2
commit 7326bd8081

View file

@ -288,7 +288,6 @@ install_darky() {
local opacity="$(destify ${1})"
local theme="$(destify ${2})"
install_theme_deps
sassc ${SASSC_OPT} "${THEME_SRC_DIR}/main/gtk-3.0/gtk-dark.scss" "${WHITESUR_TMP_DIR}/darky-3.css"
sassc ${SASSC_OPT} "${THEME_SRC_DIR}/main/gtk-4.0/gtk-dark.scss" "${WHITESUR_TMP_DIR}/darky-4.css"
}
@ -327,8 +326,6 @@ install_shelly() {
TARGET_DIR="${6}"
fi
install_theme_deps
mkdir -p "${TARGET_DIR}"
mkdir -p "${TARGET_DIR}/assets"
cp -r "${THEME_SRC_DIR}/assets/gnome-shell/icons" "${TARGET_DIR}"
@ -397,8 +394,6 @@ install_theemy() {
echo -e "${desktop_entry}" > "${TARGET_DIR}/index.theme"
install_theme_deps
#--------------------GTK-3.0--------------------#
mkdir -p "${TMP_DIR_T}"