fix: forgot to reset colours after the script runs

This commit is contained in:
Xory ​ 2024-04-28 21:14:58 +00:00
parent 31a9d270b6
commit 8328d65053

View file

@ -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);
}