Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add garuda_small, sort _small variants #2215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 21 additions & 12 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,11 @@ image_source="auto"
# NOTE: Ubuntu has flavor variants.
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
# postmarketOS, and Void have a smaller logo variant.
# NOTE: Alpine, Android, Arch, Arcolinux, Artix, CRUX, CentOS, Cleanjaro,
# Debian, Dragonfly, ElementaryOS, Fedora, FreeBSD, GUIX, Garuda,
# Gentoo, Hyperbola, LinuxLite, MXLinux, Mac, Manjaro, NetBSD, NixOS,
# OpenBSD, OpenSUSE, POP_OS, Parabola, PostMarketOS, PureOS, Raspbian,
# Slackware, SunOS, Ubuntu, and Void have a smaller logo variant.
# Use '{distro name}_small' to use the small variants.
ascii_distro="auto"

Expand Down Expand Up @@ -5178,12 +5177,11 @@ ASCII:
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.

NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
postmarketOS, and Void have a smaller logo variant.
NOTE: Alpine, Android, Arch, Arcolinux, Artix, CRUX, CentOS, Cleanjaro,
Debian, Dragonfly, ElementaryOS, Fedora, FreeBSD, GUIX, Garuda,
Gentoo, Hyperbola, LinuxLite, MXLinux, Mac, Manjaro, NetBSD, NixOS,
OpenBSD, OpenSUSE, POP_OS, Parabola, PostMarketOS, PureOS, Raspbian,
Slackware, SunOS, Ubuntu, and Void have a smaller logo variant.

NOTE: Use '{distro name}_small' to use the small variants.

Expand Down Expand Up @@ -7614,6 +7612,17 @@ o/:-...................................:
EOF
;;

"garuda_small")
set_colors 7 7 3 7 2 4
read -rd '' ascii_data <<'EOF'
${c3} .----.
.' ${c6},${c3} '.
${c4} .' ${c6}'${c3}-----|
'${c5}. -----,
'.____.'
EOF
;;

"Garuda"*)
set_colors 7 7 3 7 2 4
read -rd '' ascii_data <<'EOF'
Expand Down