This commit is contained in:
Stephan Raabe
2024-03-20 09:14:39 +01:00
parent 79193eaade
commit 8c10acf039
7 changed files with 16 additions and 4 deletions
+7
View File
@@ -1,5 +1,12 @@
#!/bin/bash
# Remove Rofi
if [[ $(_isInstalledPacman "rofi") == 0 ]]; then
sudo pacman --noconfirm -Rns rofi
echo ":: rofi removed"
echo
fi
# Remove Swayidle
if [[ $(_isInstalledPacman "swayidle") == 0 ]]; then
sudo pacman --noconfirm -Rns swayidle