width for hostname_welcome adapted to console width

This commit is contained in:
Dirk Alders 2023-09-05 08:50:06 +02:00
parent 9ca1753c10
commit 0120b189ad

View File

@ -1,4 +1,4 @@
#!/bin/zsh #!/bin/zsh
# #
neofetch -L neofetch -L
figlet -w 128 "`hostname -f`" figlet -w `tput cols` "`hostname -f`"