Skip to content

Commit ea78665

Browse files
committed
Doc: update README.md
1 parent 80b48dd commit ea78665

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,25 @@ Try `export XAUTHORITY=$HOME/.Xauthority`
207207

208208
Try `fastfetch --wm-detect-plugin`. See also [#984](https://github.com/fastfetch-cli/fastfetch/issues/984)
209209

210+
### Q: How can I change the colors of my ASCII logo?
211+
212+
Try `fastfetch --logo-color-[1-9] <color>`. `[1-9]` is the index of color placeholders.
213+
214+
For example: `fastfetch --logo-color-1 red --logo-color-2 green`.
215+
216+
In JSONC, you can use:
217+
218+
```jsonc
219+
{
220+
"logo": {
221+
"color": {
222+
"1": "red",
223+
"2": "green"
224+
}
225+
}
226+
}
227+
```
228+
210229
### Q: I want feature A / B / C. Will fastfetch support it?
211230

212231
Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script:

0 commit comments

Comments
 (0)