From f7294f70d7360b4ad40f7d4c8ac945426e2760e4 Mon Sep 17 00:00:00 2001 From: Muhammad Rivan Date: Mon, 31 May 2021 17:24:43 +0700 Subject: [PATCH] Add support for Firefox theme for Snap, and add more debuging info --- tweaks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweaks.sh b/tweaks.sh index 2f49f23..17b014b 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -101,7 +101,7 @@ while [[ $# -gt 0 ]]; do fi; shift ;; -d|--dash-to-dock) if [[ "${GNOME_VERSION}" == 'new' ]]; then - prompt -e "'${1}' WARNING: There's no need to install on GNOME >= 40.0" + prompt -w "'${1}' WARNING: There's no need to install on GNOME >= 40.0" dash_to_dock="false" elif [[ ! -d "${DASH_TO_DOCK_DIR_HOME}" && ! -d "${DASH_TO_DOCK_DIR_ROOT}" ]]; then prompt -e "'${1}' ERROR: There's no Dash to Dock installed in your system"