This commit is contained in:
Stephan Raabe 2024-05-01 12:31:57 +02:00
parent 81fdf76484
commit ec9914bdd8

View File

@ -36,6 +36,13 @@ if [ -d ~/dotfiles/hypr/settings/ ] ;then
echo ":: ~/dotfiles/hypr/settings removed."
fi
if [ -f ~/dotfiles/.settings/eww-monitor.sh ] ;then
if grep -q "echo" "~/dotfiles/.settings/eww-monitor.sh" ; then
rm ~/dotfiles/.settings/eww-monitor.sh
echo ":: ~/dotfiles/.settings/eww-monitor.sh removed."
fi
fi
# Create default folder structure
xdg-user-dirs-update
echo