diff --git a/.install/cleanup.sh b/.install/cleanup.sh index 2de7c8b..0bebcd9 100644 --- a/.install/cleanup.sh +++ b/.install/cleanup.sh @@ -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