fastfetch: use outputColor not ansi

This commit is contained in:
redbeardymcgee 2024-07-12 23:03:27 -05:00
parent a8dfa34bf9
commit 1cd920f114

View File

@ -16,7 +16,8 @@
"break" "break"
{ {
type = "custom"; type = "custom";
format = "\u001b[90mHardware"; format = "Hardware";
outputColor = "90";
} }
{ {
type = "cpu"; type = "cpu";
@ -35,16 +36,19 @@
} }
{ {
type = "custom"; type = "custom";
format = "\u001b[90m"; format = "";
outputColor = "90";
} }
"break" "break"
{ {
type = "custom"; type = "custom";
format = "\u001b[90mSoftware"; format = "Software";
outputColor = "90";
} }
{ {
type = "custom"; type = "custom";
format = "\u001b[31m OS -> ZaneyOS 2.2"; format = " OS -> ZaneyOS 2.2";
outputColor = "60";
} }
{ {
type = "kernel"; type = "kernel";
@ -79,12 +83,14 @@
} }
{ {
type = "custom"; type = "custom";
format = "\u001b[90m"; format = "";
outputColor = "90";
} }
"break" "break"
{ {
type = "custom"; type = "custom";
format = "\u001b[90mUptime / Age"; format = "Uptime / Age";
outputColor = "90";
} }
{ {
type = "command"; type = "command";
@ -106,7 +112,8 @@
} }
{ {
type = "custom"; type = "custom";
format = "\u001b[90m"; format = "";
outputColor = "90";
} }
"break" "break"
]; ];