mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 23:53:09 +01:00
fastfetch: use outputColor not ansi
This commit is contained in:
parent
a8dfa34bf9
commit
1cd920f114
@ -16,7 +16,8 @@
|
|||||||
"break"
|
"break"
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "\u001b[90m┌──────────────────────Hardware──────────────────────┐";
|
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[90m┌──────────────────────Software──────────────────────┐";
|
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[90m┌────────────────────Uptime / 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"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user