How do I make fastfetch display an array of strings where some of them are colored differently and are in bold? #1124
Replies: 1 comment 2 replies
-
{
"type": "custom",
"key": "OS",
"format": "dumbname_OS 21.3 x86_64"
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
thickmelon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I wanted to make fastfetch display a custom line with a fake OS name like so:
However, no matter what I do, the entire sentence "OS~64" just follows the default text color that I chose, as if it just ignores the color part. What part did I get wrong?
Also, is there any way to make one of those strings be in bold font?
Beta Was this translation helpful? Give feedback.
All reactions