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
"$HOME/.fehbg"
#restart i3 in place, but only if i3 is running
if [[ "$(ps aux | grep "\si3\$")" ]]; then
i3 restart
fi
# TODO make this only run if i3 is actually active
i3 restart
#output
echo -e "\033[38;2;20;200;20mFinished updating everything!\033[0m"