quick fix: add gb to total ram

This commit is contained in:
Xorycode 2024-04-11 19:40:26 +03:00
parent d66819a501
commit e497f0cdae

View file

@ -18,7 +18,7 @@ fn main() {
\x1B[38:5:15m\x1B[38:5:46m Kernel Version: {}
\x1B[38:5:15m\x1B[38:5:45m Uptime (minutes): {}
\x1B[38:5:15m\x1B[38:5:165m Shell: {}
\x1B[38:5:15m\x1B[38:5:201m RAM: {}
\x1B[38:5:15m\x1B[38:5:201m RAM: {}GB
\x1B[38:5:15m\x1B[38:5:219m CPU: {} ",
figlet, machine.user, machine.hostname, machine.kernel, machine.uptime, machine.shell, machine.ramtotal, machine.cpu);