-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If distro is forced to be arch, it shows the flags weird #351
Comments
Update: It does still happen in the development version. |
Try deleting the The foreground/background setting is dependent on the distro and saved in the config, but is not overridden when you change the distro with the To me it seems to be a design flaw that many other distros do not render fully correctly when testing them on the command line due to the way foreground/background support is implemented. On improving this, I think:
|
it happens in most flags |
TLDR: You need to do Ok this issue happens because the foreground-background color configuration is stored in the config file and the default value depends on the distro icon during configuration. For Fedora, the default should be fore-back, but for arch, the default should not. However, you only overwritten the distro flag and are still using Fedora's fore-back configuration.
@luna-1024 Yea that would make more sense. |
that makes sense |
Describe the bug
if i force the distro to be arch and select the non-binary flag, it shows a weird combination.
Expected behavior
i expected it to look like the fedora logo coloring (see below)
Screenshots
bug:
expected:
Config file
Please paste the content of
~/.config/hyfetch.json
below:Additional context
The text was updated successfully, but these errors were encountered: