[BUG] Can't replicate neofetch exactly with same colors and text #1040
Answered
by
CarterLi
Scotty-Trees
asked this question in
Q&A
Replies: 1 comment 1 reply
-
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"size": {
"maxPrefix": "MB",
"ndigits": 0
},
"color": {
"title": "38;5;12",
"key": "38;5;12"
}
},
"logo": {
"source": "fedora",
"color": {
"1": "38;5;12"
}
},
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
{
"type": "display",
"compactType": "original",
"key": "Resolution"
},
"de",
"wm",
"wmtheme",
"theme",
"icons",
"terminal",
{
"type": "terminalfont",
"format": "{/2}{-}{/}{2}{?3} {3}{?}"
},
"cpu",
{
"type": "gpu",
"key": "GPU"
},
{
"type": "memory",
"format": "{/1}{-}{/}{/2}{-}{/}{} / {}"
},
"break",
"colors"
]
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Scotty-Trees
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings and thank you for making fastfetch, such a great and fast utility, it shall replace neofetch for me once I can resolve these small issues. One issue I have is the neofetch colors I prefer are a bit lighter. I'm sure it's just a setting value I have to adjust, but I don't know how to do that exactly if you have any ideas I'd appreciate. Below is a screenshot of neofetch on top and fastfetch below it. You can see the top one has a lighter blue color for the font/text and that's the exact color I want. Fastfetch below has a darker blue color and I would love to know how/if I can change that to look just like the neofetch lighter blue color?
The other issue I have is I always keep my Console terminal window at 83x26, but some of the text in fastfetch gets cutoff and I was wondering how/if I can adjust that so it doesn't display as much text. In the neofetch screenshot above, you can see some of the text doesn't extend very long, it was kept rather short and simple, which is what I am looking for. Below is another screenshot where you can see some of the text is getting cut off. Appreciate any help and thanks again for making this wonderful utility!
For context here it is compared to neofetch, where no text gets cutoff:
I grabbed the neofetch.json from the presets page here, and not that I know what I'm doing, but I adjusted a few things, so mine currently looks like this btw:
Edit1: Ok I did some more reading and editing (never coded anything before) and I got it closer to what I'm looking for, but I still can't replicate the color to get lighter and I'm wondering how can I change my display which reads: "Display (LM156LF1L03): 1920x1080" to just say "Display"? I don't need (LM156LF1L03) part of that at all. Here's my current updated code, which is probably messy, but I can't say I know what I'm doing other than trial and error:
And here is the current look (shown below), almost there though, just need a few more touches, like getting it to show just "Display" only, getting the colors brighter and if possible I'd like to bring the margin of text on the right just a little closer to the left side as well if possible.
Beta Was this translation helpful? Give feedback.
All reactions