This commit is contained in:
Stephan Raabe
2024-02-23 16:03:57 +01:00
parent c599054e50
commit 3acfb56e52
4 changed files with 94 additions and 12 deletions
-10
View File
@@ -51,16 +51,6 @@ if [ -d ~/dotfiles/hypr/settings/modules/system/swaylock ] ;then
echo "~/dotfiles/hypr/settings/modules/system/swaylock removed."
fi
# Remove Swayidle
if [[ $(_isInstalledPacman "swayidle") == 0 ]]; then
sudo pacman --noconfirm -Rns swayidle
fi
# Remove Swaylock
if [[ $(_isInstalledYay "swaylock-effects-git") == 0 ]]; then
yay --noconfirm -Rns swaylock-effects-git
fi
# Create default folder structure
xdg-user-dirs-update
echo "Default folders created..."