Update NixOS Logo (#1590)
This commit is contained in:
parent
f0b16b63ff
commit
5dfce0f9c3
1 changed files with 27 additions and 1 deletions
28
neofetch
28
neofetch
|
@ -8493,7 +8493,7 @@ EOF
|
|||
EOF
|
||||
;;
|
||||
|
||||
"NixOS"*)
|
||||
"nixos_old"*)
|
||||
set_colors 4 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ::::. ${c2}'::::: ::::'
|
||||
|
@ -8518,6 +8518,32 @@ ${c1} .:::: :::: ${c2}'::::.
|
|||
EOF
|
||||
;;
|
||||
|
||||
"NixOS"*)
|
||||
set_colors 4 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ▗██▙ ${c2}▜███▙ ▟██▖
|
||||
${c1} ▜███▙ ${c2}▜███▙ ▟███▛
|
||||
${c1} ▜███▙ ${c2}▜███▙▟███▛
|
||||
${c1} ▜███▙ ${c2}▜██████▛
|
||||
${c1} ▟█████████████████▙ ${c2}▜████▛ ${c1}▟▙
|
||||
${c1} ▟███████████████████▙ ${c2}▜███▙ ${c1}▟██▙
|
||||
${c2} ▄▄▄▄▖ ▜███▙ ${c1}▟███▛
|
||||
${c2} ▟███▛ ▜██▛ ${c1}▟███▛
|
||||
${c2} ▟███▛ ▜▛ ${c1}▟███▛
|
||||
${c2}▟███████████▛ ${c1}▟██████████▙
|
||||
${c2}▜██████████▛ ${c1}▟███████████▛
|
||||
${c2} ▟███▛ ${c1}▟▙ ▟███▛
|
||||
${c2} ▟███▛ ${c1}▟██▙ ▟███▛
|
||||
${c2} ▟███▛ ${c1}▜███▙ ▝▀▀▀▀
|
||||
${c2} ▜██▛ ${c1}▜███▙ ${c2}▜██████████████████▛
|
||||
${c2} ▜▛ ${c1}▟████▙ ${c2}▜████████████████▛
|
||||
${c1} ▟██████▙ ${c2}▜███▙
|
||||
${c1} ▟███▛▜███▙ ${c2}▜███▙
|
||||
${c1} ▟███▛ ▜███▙ ${c2}▜███▙
|
||||
${c1} ▝██▛ ▜███▙ ${c2}▜██▘
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Nurunner"*)
|
||||
set_colors 4
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue