mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 15:43:17 +01:00
fastfetch: use outputColor not ansi
This commit is contained in:
parent
a8dfa34bf9
commit
1cd920f114
@ -16,7 +16,8 @@
|
||||
"break"
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m┌──────────────────────Hardware──────────────────────┐";
|
||||
format = "┌──────────────────────Hardware──────────────────────┐";
|
||||
outputColor = "90";
|
||||
}
|
||||
{
|
||||
type = "cpu";
|
||||
@ -35,16 +36,19 @@
|
||||
}
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m└────────────────────────────────────────────────────┘";
|
||||
format = "└────────────────────────────────────────────────────┘";
|
||||
outputColor = "90";
|
||||
}
|
||||
"break"
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m┌──────────────────────Software──────────────────────┐";
|
||||
format = "┌──────────────────────Software──────────────────────┐";
|
||||
outputColor = "90";
|
||||
}
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[31m OS -> ZaneyOS 2.2";
|
||||
format = " OS -> ZaneyOS 2.2";
|
||||
outputColor = "60";
|
||||
}
|
||||
{
|
||||
type = "kernel";
|
||||
@ -79,12 +83,14 @@
|
||||
}
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m└────────────────────────────────────────────────────┘";
|
||||
format = "└────────────────────────────────────────────────────┘";
|
||||
outputColor = "90";
|
||||
}
|
||||
"break"
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m┌────────────────────Uptime / Age────────────────────┐";
|
||||
format = "┌────────────────────Uptime / Age────────────────────┐";
|
||||
outputColor = "90";
|
||||
}
|
||||
{
|
||||
type = "command";
|
||||
@ -106,7 +112,8 @@
|
||||
}
|
||||
{
|
||||
type = "custom";
|
||||
format = "\u001b[90m└────────────────────────────────────────────────────┘";
|
||||
format = "└────────────────────────────────────────────────────┘";
|
||||
outputColor = "90";
|
||||
}
|
||||
"break"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user