motd.sh: Set figlet width to terminal width

This commit is contained in:
Alice Gaudon 2019-05-21 04:13:32 +02:00
parent d2c12a2a10
commit 0bb0133513

View File

@ -7,7 +7,7 @@ echo -e
### Hostname ### ### Hostname ###
echo -e "$(/usr/bin/env figlet "$(hostname)" | /usr/bin/env lolcat -f -F 0.05 -S 50)" echo -e "$(/usr/bin/env figlet -w $(tput cols) "$(hostname)" | /usr/bin/env lolcat -f -F 0.05 -S 50)"
echo -e echo -e