diff --git a/lib-install.sh b/lib-install.sh index 74eecdf..b51cec4 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -276,6 +276,7 @@ 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" } @@ -384,6 +385,8 @@ install_theemy() { echo -e "${desktop_entry}" > "${TARGET_DIR}/index.theme" + install_theme_deps + #--------------------GTK-3.0--------------------# mkdir -p "${TMP_DIR_T}" diff --git a/tweaks.sh b/tweaks.sh index 63c58e2..ce01337 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -43,8 +43,6 @@ usage() { #-----------------------------PARSE ARGUMENTS---------------------------------# -echo - while [[ $# -gt 0 ]]; do # Don't show any dialog here. Let this loop checks for errors or shows help # We can only show dialogs when there's no error and no -r parameter @@ -201,7 +199,7 @@ else echo prompt -w "FIREFOX: Please go to [Firefox menu] > [Customize...], and customize your Firefox to make it work. Move your 'new tab' button to the titlebar instead of tab-switcher." - prompt -w "FIREFOX: Anyways, you can also edit 'userChrome.css' and 'customChrome.css' later in your Firefox profile directory." + prompt -i "FIREFOX: Anyways, you can also edit 'userChrome.css' and 'customChrome.css' later in your Firefox profile directory." fi if [[ "${snap}" == 'true' ]]; then