Updates
This commit is contained in:
@@ -16,4 +16,5 @@ packagesYay=(
|
||||
"wlogout"
|
||||
"nwg-look"
|
||||
"eww"
|
||||
"hyprshade"
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user