diff --git a/install.sh b/install.sh index afd401d..4060ed6 100755 --- a/install.sh +++ b/install.sh @@ -183,12 +183,8 @@ else 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 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 if [[ "${msg}" ]]; then @@ -199,10 +195,6 @@ else fi 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 echo