dylanaraps / neofetch

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

Red Debian logo? #2290

Closed eggbean closed 1 year ago

eggbean commented 1 year ago

Is there any way to force the Debian logo to come up in red rather than white?

I've been using linux_logo for around 15 years, but started using neofetch for OSs that it doesn't support. I might as well now use neofetch for Debian as well now, but I would prefer the logo to be red. I would rather be able to do this in config rather than adding my own logo, but if I can do that without altering the package but add it using config, that would be fine too.

eggbean commented 1 year ago

Doesn't matter. I just realised that it's a bash file.

eggbean commented 1 year ago

Here's my mod if anybody else wants to make it red:

$ neofetch --ascii debian_red

debian_red:

${c1}       _,met$$$$$gg.
    ,g$$$$$$$$$$$$$$$P.
  ,g$$P"        """Y$$.".
 ,$$P'              `$$$.
',$$P       ,ggs.     `$$b:
`d$$'     ,$P"'   .    $$$
 $$P      d$'     ,    $$P
 $$:      $$.   -    ,d$$'
 $$;      Y$b._   _,d$P'
 Y$$.    `.`"Y$$$$P"'
 `$$b      "-.__
  `Y$$
   `Y$$.
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""
hykilpikonna commented 1 year ago

Or you can use the existing --ascii_colors argument like: neofetch --ascii_distro debian --ascii_colors 7 1 1

image

eggbean commented 1 year ago

Thanks, that makes it easier.