dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.56k stars 1.73k forks source link

windows 11 in ascii #2443

Open somewhat69 opened 4 months ago

somewhat69 commented 4 months ago

Description

windows 11 logo in ascii needed If you're suggesting a new feature then just a description will suffice.

Neofetch version

Screenshot

Config file

Verbose log

  1. Run neofetch -vv 2> neofetchlog
  2. Upload the contents of neofetchlog to pastebin, gist or equivalent.
ZdrytchX commented 4 months ago

It's defined here: https://github.com/dylanaraps/neofetch/blob/master/neofetch#L11231

The problem is that it gets overwritten by the backup definition: https://github.com/dylanaraps/neofetch/blob/master/neofetch#L11280

I think this is a simple fix of just reordering the backup definition on top of the other windows logo previews

I should also mention that using neofetch -vv 2> neofetchlog hangs powershell on windows 11 at least for me

somewhat69 commented 4 months ago

can u tell me how to do it?