Skip to content
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

Console colours don't reset properly after having executed the command. #313

Closed
1 task done
thepigeongenerator opened this issue Jun 20, 2024 · 0 comments · Fixed by #314
Closed
1 task done

Console colours don't reset properly after having executed the command. #313

thepigeongenerator opened this issue Jun 20, 2024 · 0 comments · Fixed by #314

Comments

@thepigeongenerator
Copy link
Contributor

thepigeongenerator commented Jun 20, 2024

Describe the bug

After hyfetch or neowofetch was executed, the terminal's text colour does not return to normal, if in multi-user.target.

  • Does this issue still occur in the master branch? (Required)

Expected behavior

The terminal's text colour is returned to normal.

Screenshots

Excuse me for the poor photograph, but I couldn't so quickly figure out how to make a screenshot in multi-user.target, if it's even possible. (I doubt it)
image

Config file

{
    "preset": "transgender",
    "mode": "rgb",
    "light_dark": "dark",
    "lightness": 0.65,
    "color_align": {
        "mode": "horizontal",
        "custom_colors": [],
        "fore_back": null
    },
    "backend": "neofetch",
    "args": null,
    "distro": null,
    "pride_month_shown": [],
    "pride_month_disable": false
}

Additional context

I saved my command output to a file, if you go to line 45 and look at the last escape code, changing \033[39;49m to \033[0m solves the issue.
hyfetch.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant