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
+1 -1
View File
@@ -7,7 +7,6 @@ packagesPacman=(
"wget"
"unzip"
"alacritty"
"rofi"
"chromium"
"dunst"
"starship"
@@ -59,4 +58,5 @@ packagesYay=(
"bibata-cursor-theme"
"trizen"
"pacseek"
"rofi-lbonn-wayland"
);
+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