Closed SherLock707 closed 7 months ago
"logo": { "type": "auto", "source": "/home/user/joi.png", "width": 40, "height": 13, "padding": { "top": 3, "left": 2, "right": 2 }
if "type": "sixel", It renders black background for PNGs
"type": "sixel",
This is kitty with auto type:
Hoping for support on Foot terminal.
Right now no good way of rendering PNG on Foot terminal via Fastfetch. Hoping to pair fastest fetch cli with fastest terminal emulator.
Thank you
sixel and kitty are graphic protocols which must be supported by terminals themselves. foot supports only sixel.
sixel
kitty
See this commit for rendering transparent backgrounds.
Current state:
if
"type": "sixel",
It renders black background for PNGsWanted state:
This is kitty with auto type:
Hoping for support on Foot terminal.
Why the change is sensible:
Right now no good way of rendering PNG on Foot terminal via Fastfetch. Hoping to pair fastest fetch cli with fastest terminal emulator.
Thank you