fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

[LOGO] Armbian OS

Open pablo-cabrera opened this issue 1 year ago • 3 comments

OS

PRETTY_NAME="Armbian 24.2.1 bookworm"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
ARMBIAN_PRETTY_NAME="Armbian 24.2.1 bookworm"

pablo-cabrera avatar May 02 '24 13:05 pablo-cabrera

What does cat /etc/lsb-release print?

CarterLi avatar May 03 '24 02:05 CarterLi

Also where can I find the ASCII art?

CarterLi avatar May 03 '24 02:05 CarterLi

Here are 2 ASCII arts for Armbian OS, extracted from https://github.com/HorlogeSkynet/archey4: Sadly, I have not been able to make their colors work with fastfetch, so they need to be re-colored to match the screenshots below.

                ..
            `:]x**j-,'
       .,+t***********z\<"
       ?******************;
      '*n` .'`^,;;,^`'. ,cc.
      -<.                .[l
     //     ^^      ^^    \\
     !^         ^^         ":
    'tt}`     !~]rj_     ")t/.
    Itttt?'   ~~]rr]   `{tttt,
    \tttttt!""I_]r("""~tttttt1
  '_tttttttttttt)ftttttttttttti.
 \*ztttttttttttttttttttttttttf**[
l**c)tttttttttttttttttttttttt(z**,
.z*x.`tttttttttttttttttttttttt.`u*n
>`   (tttttttttttttttttttttt]   "I
     ,tttttttttttttttttttttt`
     ./tttttfttttttttfttttt(
      'I)))(\()(tt))|\()({;'
        .~~~~~~~|)~~~~~~~<
        '[)))))1|()))))))?
          ",,,"    ",,,^
   █ █ █ █ █ █ █ █ █ █ █
  ███████████████████████
▄▄██                   ██▄▄
▄▄██    ███████████    ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██   █████████████   ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██   ██         ██   ██▄▄
▄▄██                   ██▄▄
  ███████████████████████
   █ █ █ █ █ █ █ █ █ █ █

Here's what they should look like with colors, on screenshots:

image

image

ghost avatar May 05 '24 16:05 ghost

Armbian does not have /etc/lsb-release

pablo-cabrera avatar May 06 '24 07:05 pablo-cabrera

Logos were added. However because of the ID=debian line in os-release, it will be detected as Debian. If you want fastfetch to show armbian, use fastfetch -l armbian --os-format '{3}'

CarterLi avatar May 06 '24 07:05 CarterLi

Seems Debian based distros (Proxmox, MX and Armbian, but Ubuntu) tend to identify themselves as Debian. Fixing this issue requires various hacks, which is what I don't like.

CarterLi avatar May 06 '24 07:05 CarterLi

Distro detection was added

CarterLi avatar May 06 '24 08:05 CarterLi