06-25-2022, 11:52 PM
This part of the Bash command is custom:
Feel free to remove it or code it to your liking.
Code:
# Linux Lite Custom Terminal
LLVER=$(awk '{print}' /etc/llver)
echo -e "Welcome to $LLVER ${USER}"
echo " "
date "+%A %d %B %Y, %T"
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
df -h | awk '$NF=="/"{printf "Disk Usage: %d/%dGB (%s)\n", $3,$2,$5}'
echo "Support - [url]https://www.freecinema2022.gq/forums/[/url] (Right click, Open Link)"
echo " "
Feel free to remove it or code it to your liking.