From b01351cf066994e56d4fccd9d1ec51262d21d8ce Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 25 Jun 2021 12:17:37 +0800 Subject: [PATCH] update --- lib-core.sh | 2 +- lib-install.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib-core.sh b/lib-core.sh index 5d2eccdb..860d48fd 100755 --- a/lib-core.sh +++ b/lib-core.sh @@ -129,7 +129,7 @@ msg="" final_msg="Run '${0} --help' to explore more customization features!" notif_msg="" process_ids=() -# This is important for 'udu' because 'return "${result}"' is considered the +# This is important for 'udo' because 'return "${result}"' is considered the # last command in 'BASH_COMMAND' variable WHITESUR_COMMAND="" export ANIM_PID="0" diff --git a/lib-install.sh b/lib-install.sh index 03523736..db2c2b2b 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -643,7 +643,6 @@ remove_firefox_theme() { rm -rf "${FIREFOX_THEME_DIR}" rm -rf "${FIREFOX_FLATPAK_DIR_HOME}/"*"default"*"/chrome" rm -rf "${FIREFOX_FLATPAK_THEME_DIR}" - # Again, this too rm -rf "${FIREFOX_SNAP_DIR_HOME}/"*"default"*"/chrome" rm -rf "${FIREFOX_SNAP_THEME_DIR}" } @@ -673,6 +672,8 @@ revert_dash_to_dock_theme() { elif [[ -d "${DASH_TO_DOCK_DIR_ROOT}" ]]; then restore_file "${DASH_TO_DOCK_DIR_ROOT}/stylesheet.css" "sudo" fi + + udo dbus-launch dconf write /org/gnome/shell/extensions/dash-to-dock/apply-custom-theme false } ############################################################################### @@ -771,7 +772,7 @@ customize_theme() { if [[ "${compact}" == 'false' ]]; then prompt -s "Changing Definition mode to HD (Bigger font, Bigger size) ..." - #FIXME: @vince is it not implemented yet? + #FIXME: @vince is it not implemented yet? (Only Gnome-shell and Gtk theme finished!) fi }