This commit is contained in:
vinceliuice 2023-08-28 19:48:31 +08:00
parent 95cf2a9e53
commit f7590d08b3

View File

@ -183,12 +183,8 @@ else
fi fi
fi fi
# if (is_running "xfce4-session"); then
# msg="XFCE: you may need to run 'xfce4-panel -r' after changing your theme to fix your panel opacity."
if (is_my_distro "solus") && (is_running "gnome-session"); then if (is_my_distro "solus") && (is_running "gnome-session"); then
msg="GNOME: you may need to disable 'User Themes' extension to fix your dock." msg="GNOME: you may need to disable 'User Themes' extension to fix your dock."
# elif (is_running "gnome-session") && [[ "${GNOME_VERSION}" == "3-28" ]]; then
# msg="GNOME: you may need to disable 'User Themes' extension to fix your logout and authentication dialog."
fi fi
if [[ "${msg}" ]]; then if [[ "${msg}" ]]; then
@ -199,10 +195,6 @@ else
fi fi
echo; prompt -w "${final_msg}" echo; prompt -w "${final_msg}"
# if has_command notify-send && [[ "$UID" != '0' ]]; then
# notify-send "'${name}' theme has been installed. Enjoy!" "${notif_msg}" -i "dialog-information-symbolic"
# fi
fi fi
echo echo