fix: forgot to reset colours after the script runs
This commit is contained in:
parent
31a9d270b6
commit
8328d65053
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fn main() {
|
|||
\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: {}GB
|
||||
\x1B[38:5:15m┘\x1B[38:5:219m • CPU: {} ",
|
||||
\x1B[38:5:15m┘\x1B[38:5:219m • CPU: {} \x1B[38:5:15m",
|
||||
figlet, machine.user, machine.hostname, machine.kernel, machine.uptime, machine.shell, machine.ramtotal, machine.cpu);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue