-
Hello, Here is my config.jsonc
And the big distro logo to the left. How can I get rid of the logo? I just want it to be the text and nothing else. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Add
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
FYI, for users who came here from a web search, for the commandline way of doing this its: fastfetch -l none |
Beta Was this translation helpful? Give feedback.
Add
"logo": null,
before "modules" to get rid of the logo:{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": null, "modules": [ "break", "title", "separator", "os", "host", "kernel", "packages", "shell", "display", "de", "wm", "wmtheme", "theme", "icons", "font", "cursor", "terminal", "terminalfont", "cpu", "gpu", "memory", "swap", "disk", "battery", "poweradapter", "break", "break" ] }