fix: update file paths for image and motivational lines in terminal MOTD script

This commit is contained in:
maxi 2025-06-15 01:12:36 +02:00
parent 161c411e76
commit fb7e2fdffc

View file

@ -9,9 +9,9 @@ echo "you are" ${bold}$(whoami)${normal} "on" ${bold}$(hostnamectl hostname)${no
# keep your sanity, maximilian.
# displaying a random image from my motd folder.
viu -b -t -w 80 $DOTFILES_PATH/motd.png
viu -b -t -w 80 $DOTFILES_PATH/PICTURES/MOTD.PNG
# (non)motivational lines from music, tv shows, movies and books. whatever i found fitting to remind me.
echo ${bold}$(shuf -n1 $DOTFILES_PATH/motd.lines)${normal}
echo ${bold}$(shuf -n1 $DOTFILES_PATH/MOTD.LINES.MD)${normal}
printf '%0.s*' {1..80}
echo