Remove broken condition for i3 to run

This commit is contained in:
RealStickman 2021-05-06 13:37:08 +02:00
parent 5720c14257
commit 47b5444fca

View File

@ -311,10 +311,8 @@ fi
# execute feh # execute feh
"$HOME/.fehbg" "$HOME/.fehbg"
#restart i3 in place, but only if i3 is running # TODO make this only run if i3 is actually active
if [[ "$(ps aux | grep "\si3\$")" ]]; then i3 restart
i3 restart
fi
#output #output
echo -e "\033[38;2;20;200;20mFinished updating everything!\033[0m" echo -e "\033[38;2;20;200;20mFinished updating everything!\033[0m"