Updates
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user