Remove broken condition for i3 to run
This commit is contained in:
parent
5720c14257
commit
47b5444fca
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user