NixOS-Hyprland icon indicating copy to clipboard operation
NixOS-Hyprland copied to clipboard

[Feature Request]: Use nixos.png for the logo when staring a shell

Open dwilliam62 opened this issue 5 months ago • 0 comments

Feature Request

Description

Currently you use the ascii logo for nixos when starting a kitty.

with the 'type: small" flag the ascii art is very aliased

IMO this looks much better

image

Use Case

More aesthetically pleasing. And the image is already there in the fastfetch folder.

Proposed Solution

    "logo": {
      "source": "~/.config/fastfetch/nixos.png",
    	"type": "kitty-direct",
      "height": 10,
      "width": 18,
        "padding": {
            "top": 2
        },
       //  "type": "small"
    },```
    

 

dwilliam62 avatar Sep 24 '24 15:09 dwilliam62