Correction

This commit is contained in:
Muhammad Rivan 2021-06-12 22:45:49 +07:00
parent e063db1a34
commit 4b4e22e220
No known key found for this signature in database
GPG key ID: C56A200FD936FAAA
2 changed files with 4 additions and 3 deletions

View file

@ -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}"

View file

@ -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