This commit is contained in:
Stephan Raabe
2024-05-15 17:42:32 +02:00
parent e1e9431555
commit 27646d04c5
6 changed files with 38 additions and 0 deletions
+1
View File
@@ -16,4 +16,5 @@ packagesYay=(
"wlogout"
"nwg-look"
"eww"
"hyprshade"
);
+7
View File
@@ -1,5 +1,12 @@
#!/bin/bash
# Remove blueman
if [[ $(_isInstalledPacman "blueman") == 0 ]]; then
sudo pacman --noconfirm -Rns blueman
echo ":: blueman removed"
echo
fi
# Remove Rofi Calc
if [[ $(_isInstalledPacman "rofi-calc") == 0 ]]; then
sudo pacman --noconfirm -Rns rofi-calc