From 22b86e223fd9ac7bd8a8b7507ce74cc3da5486d9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 17 Jul 2025 19:01:29 +0900 Subject: [PATCH] updated uninstall.sh to remove quickshell configuration --- uninstall.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index be608ca..b42e1b9 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -120,9 +120,9 @@ packages=( "playerctl" "playerctl" "off" "pyprland" "pyprland" "off" "qalculate-gtk" "calculator - QT" "off" - "quickshell" "quickshell" "off" "qt5ct" "qt5ct" "off" "qt6ct" "qt6ct" "off" + "quickshell" "quickshell" "off" "rofi-wayland" "rofi-wayland" "off" "slurp" "screenshot tool" "off" "swappy" "screenshot tool" "off" @@ -155,6 +155,7 @@ directories=( "hypr" "main hyprland configuration" "off" "kitty" "kitty terminal configuration" "off" "Kvantum" "Kvantum-manager configuration" "off" + "quickshell" "quickshell configuration" "off" "qt5ct" "qt5ct configuration" "off" "qt6ct" "qt6ct configuration" "off" "rofi" "rofi configuration" "off" @@ -272,7 +273,8 @@ COPR_REPOS=( solopasha/hyprland erikreider/SwayNotificationCenter errornointernet/packages - tofik/nwg-shell + tofik/nwg-shell + errornointernet/quickshell ) remove_copr "${COPR_REPOS[@]}"