Skip to content

Commit 7fd09a4

Browse files
committed
Replace more GS Extensions with Just Perfection
1 parent fdcee98 commit 7fd09a4

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

scripts/install-packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,9 @@ if [ "${OS}" = 'Linux' ]; then
973973
fi
974974

975975
install_gnome_shell_extension '5470/weather-oclock'
976-
install_gnome_shell_extension '4099/no-overview'
977976

978977
if [ "${DISTRO_FAMILY}" = 'Debian' ] \
979978
|| [ "${DISTRO_FAMILY}" = 'Ubuntu' ]; then
980-
install_native_package 'gnome-shell-extension-hide-activities'
981979
install_gnome_shell_extension '6670/bluetooth-battery-meter'
982980
else
983981
install_native_package 'gnome-shell-extension-bluetooth-battery-meter-git'

scripts/uninstall-packages.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,22 @@ if [ "${OS}" = 'Linux' ]; then
146146
fi
147147
fi
148148

149+
##############################
150+
### GNOME Shell Extensions ###
151+
##############################
152+
if [ "${DESKTOP_ENVIRONMENT}" = 'GNOME' ]; then
153+
echo sa
154+
if is_gnome_shell_extension_installed '3843/just-perfection'; then
155+
echo sa
156+
uninstall_native_package 'gnome-shell-extension-hide-activities'
157+
uninstall_native_package 'gnome-shell-extension-no-annoyance'
158+
159+
uninstall_gnome_shell_extension '744/hide-activities-button'
160+
uninstall_gnome_shell_extension '1007/window-is-ready-notification-remover'
161+
uninstall_gnome_shell_extension '4099/no-overview'
162+
fi
163+
fi
164+
149165
#####################
150166
### Image Viewers ###
151167
#####################

0 commit comments

Comments
 (0)