quick fix: add gb to total ram
This commit is contained in:
parent
d66819a501
commit
e497f0cdae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue