From 08061925755c25047d03d5f049223b38e4c0a4bc Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 28 Apr 2024 12:26:00 +0200 Subject: [PATCH] Updates --- .install/remove.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.install/remove.sh b/.install/remove.sh index 106ec1a..e71a3e9 100755 --- a/.install/remove.sh +++ b/.install/remove.sh @@ -28,6 +28,13 @@ if [[ $(_isInstalledYay "swaylock-effects-git") == 0 ]]; then echo fi +# Remove rofi-lbonn-wayland +if [[ $(_isInstalledYay "rofi-lbonn-wayland") == 0 ]]; then + yay --noconfirm -Rns rofi-lbonn-wayland + echo ":: rofi-lbonn-wayland removed" + echo +fi + # Remove hypridle-bin if [[ $(_isInstalledYay "hypridle-git") == 0 ]]; then yay --noconfirm -Rns hypridle-git