This commit is contained in:
Stephan Raabe 2024-05-01 12:39:24 +02:00
parent ec9914bdd8
commit 207732dae4

View File

@ -37,7 +37,7 @@ if [ -d ~/dotfiles/hypr/settings/ ] ;then
fi fi
if [ -f ~/dotfiles/.settings/eww-monitor.sh ] ;then if [ -f ~/dotfiles/.settings/eww-monitor.sh ] ;then
if grep -q "echo" "~/dotfiles/.settings/eww-monitor.sh" ; then if grep -q "echo" $HOME/dotfiles/.settings/eww-monitor.sh ; then
rm ~/dotfiles/.settings/eww-monitor.sh rm ~/dotfiles/.settings/eww-monitor.sh
echo ":: ~/dotfiles/.settings/eww-monitor.sh removed." echo ":: ~/dotfiles/.settings/eww-monitor.sh removed."
fi fi