fastfetch
fastfetch copied to clipboard
Able to change the color of the information text
Disclaimer
I don't know if this is already available or not i was unable to find it
Wanted features:
to be able to customize the color of the information text and not only the key
{
"modules": [
{
"type": "host",
"key": "Machine",
"keyColor": "yellow",
"textColor": "blue" // add this property
}
]
}
customize color of these texts
Doable, but it is kind of troublesome when some texts are already colored
BTW, you need a nerd font
Please test the dev build
{
"display": {
"color": {
"output": "green" // default color
},
},
"modules": [
"os", // show in green
{
"type": "host",
"outputColor": "red" // show in red
}
]
}
BTW, you need a nerd font
yeah i have nerd font in my default terminal my vscode terminal (of which the screenshot is) doesnt hve nerd font
Please test the dev build
{ "display": { "color": { "output": "green" // default color }, }, "modules": [ "os", // show in green { "type": "host", "outputColor": "red" // show in red } ] }
i tried this on my current fastfetch install and it did not work, i am using the latest 2.11.5 version on windows and i installed it with scoop.
Also where can i find the dev build
https://github.com/fastfetch-cli/fastfetch/actions/runs/8998574253