Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Needed: No logo at all#1023

Answeredbynyaff
kora24 asked this question inQ&A
Jun 18, 2024· 3 comments· 3 replies
Discussion options

Hello,

Here is my config.jsonc

{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "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" ] }

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.

You must be logged in to vote
Answered by nyaffJun 20, 2024

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" ] }

Replies: 3 comments 3 replies

Comment options

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" ] }

You must be logged in to vote
0 replies
Answer selected bykora24
Comment options

Thank you very much!

You must be logged in to vote
0 replies
Comment options

FYI, for users who came here from a web search, for the commandline way of doing this its:

fastfetch  -l none
You must be logged in to vote
3 replies
@RokeJulianLockhart
Comment options

Can the palette be removed, too? It's fordiscussion.fedoraproject.org/t/125742/35.

@CarterLi
Comment options

fastfetch --format json is the best way to do it, I think.

@RokeJulianLockhart
Comment options

@CarterLi,fastfetch --format json | yq -P1 gets mecloser,kinfo's output, but it still includes the "Colors" section, which is what I care about most:

-type:Colorserror:Unsupported for JSON format

It's also a little verbose, because the keys are themselves values oftype, rather than keys.

Footnotes

  1. stackoverflow.com/revisions/62798787/6

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
5 participants
@kora24@CarterLi@nyaff@RokeJulianLockhart@JamesClarke7283

[8]ページ先頭

©2009-2025 Movatter.jp