windows 11 in ascii
somewhat69 opened this issue · 2 comments
somewhat69 commented
Description
windows 11 logo in ascii needed
If you're suggesting a new feature then just a description will suffice.
- Does this issue still occur in the master branch? (Required if issue)
Neofetch version
Screenshot
Config file
Verbose log
- Run
neofetch -vv 2> neofetchlog
- Upload the contents of
neofetchlog
to pastebin, gist or equivalent.
ZdrytchX commented
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
can u tell me how to do it?