-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Describe the bug
After updating to version 2.0.1 using Homebrew on macOS, I'm now greeted with the following message on every startup:
The rust executable is not found, falling back to python...
While showing this message every time in red seems a bit harsh, I figured I'd install rust and benefit from the performance improvements that should come with it. But after doing so with brew install rust it still complains.
I have no idea how Rust works or what it consists of, but I checked their website, and the closest thing to a "rust executable", seems to be rustc, but that is not what Hyfetch seems to be looking for. It wants a rust executable, but I can't find anything like that.
- Does this issue still occur in the master branch? (Required)
Expected behavior
No error messages about a "rust executable" on startup.
Config file
Please paste the content of ~/.config/hyfetch.json below:
{
"preset": "rainbow",
"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
Thanks for creating such a beautiful project ❤️ I think UX-wise this last release might need some polishing though. (Or at least some documentation for Rust n00bs like me.)