From 8328d650530acc51906c2e4179bc2175745a61c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xory=20=E2=80=8B?= Date: Sun, 28 Apr 2024 21:14:58 +0000 Subject: [PATCH] fix: forgot to reset colours after the script runs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8c4d38c..238db53 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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); }