ttytm / wthrr-the-weathercrab

🌞 🦀 🌙 Weather companion for the terminal. Rust app.
https://crates.io/crates/wthrr
MIT License
390 stars 26 forks source link

Nerdfont Bug #133

Closed SevenChords closed 1 year ago

SevenChords commented 1 year ago

image This doesn't look right..... using the Firacode Mono Nerd Font i found on the nerd font page you linked in the install.md

kevinmatthes commented 1 year ago

I have the same (or a similar) problem with Nerd Fonts' Hack. On my machine, it looks even weirder. I get Asian characters instead of the weather symbols and tofu for the greeting emojis.

ttytm commented 1 year ago

Hey @SevenChords,

Can you give further inside about the os you are using? From the crab emoji, my first guess would be you are using mac but just to be sure.

Trying to give some first aid: The line characters in the graph are not provided by nerd fonts. Your terminal draws them from a unicode symbol font that needs to be installed as well. It's also listed in the in the install.md. To give an alternative without installing anything: the necessary characters for another graph style setting might already be available on your system.

ttytm commented 1 year ago

On all platforms tested this came down to missing fonts. I think the best solution is that I provide better installation and dependency instructions.

INSTALL.md was extended.

Please reach out again if there are further problems.