Correction
This commit is contained in:
parent
e063db1a34
commit
4b4e22e220
2 changed files with 4 additions and 3 deletions
|
@ -276,6 +276,7 @@ install_darky() {
|
||||||
local opacity="$(destify ${1})"
|
local opacity="$(destify ${1})"
|
||||||
local theme="$(destify ${2})"
|
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-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"
|
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"
|
echo -e "${desktop_entry}" > "${TARGET_DIR}/index.theme"
|
||||||
|
|
||||||
|
install_theme_deps
|
||||||
|
|
||||||
#--------------------GTK-3.0--------------------#
|
#--------------------GTK-3.0--------------------#
|
||||||
|
|
||||||
mkdir -p "${TMP_DIR_T}"
|
mkdir -p "${TMP_DIR_T}"
|
||||||
|
|
|
@ -43,8 +43,6 @@ usage() {
|
||||||
|
|
||||||
#-----------------------------PARSE ARGUMENTS---------------------------------#
|
#-----------------------------PARSE ARGUMENTS---------------------------------#
|
||||||
|
|
||||||
echo
|
|
||||||
|
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
# Don't show any dialog here. Let this loop checks for errors or shows help
|
# 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
|
# We can only show dialogs when there's no error and no -r parameter
|
||||||
|
@ -201,7 +199,7 @@ else
|
||||||
|
|
||||||
echo
|
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: 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
|
fi
|
||||||
|
|
||||||
if [[ "${snap}" == 'true' ]]; then
|
if [[ "${snap}" == 'true' ]]; then
|
||||||
|
|
Loading…
Reference in a new issue