better bonsai greeting

dev-docs
Moritz Böhme 2021-06-15 13:54:16 +02:00
parent 1e9aa9b8d7
commit dab75cc178
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SAVEHIST=200
HISTFILE=~/.zsh_history
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
cbonsai -p --seed $RANDOM -m "Welcome back"
cbonsai -lp -t 0.005 -m "Welcome back"
sleep 2
startx &> /dev/null
fi