lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.35k stars 76 forks source link

Windows logo overlapping with text #171

Closed NavTech270 closed 1 year ago

NavTech270 commented 1 year ago

Windows_Overlapped

Not sure why this is happening. When the "blink" setting is set to true in the config, the windows logo size is set properly:

image

rashil2000 commented 1 year ago

That's odd. Which terminal and font are you using?

NavTech270 commented 1 year ago

Terminal I'm using is Windows Terminal running Powershell. I'm using a nerd font called "Hurmit NF" @rashil2000

rashil2000 commented 1 year ago

Paste the link to:

Also, which version of winfetch are you using?

kiedtl commented 1 year ago

Maybe I'm wrong, but it seems like the font is overlapping other text? If so this would be an issue with the Windows Terminal. You don't happen to be running the Preview, are you?

NavTech270 commented 1 year ago

I'll test with a different font and see if the same thing happens @kiedtl

NavTech270 commented 1 year ago

Turns out the font, "Hurmit NF" from Nerd Fonts is the problem. Not sure why but I tried using another font, "Cascadia Code" and it worked perfectly. Very strange behaviour; bit sad you can't use "Hurmit NF" without "$blink=$true". @kiedtl @rashil2000

rashil2000 commented 1 year ago

Hmm, patched nerd fonts are not always reliable - I can say this from experience 😅

Closing this as external...