Add Fedora_unicode
This commit is contained in:
parent
7c41025c55
commit
b8115e97ae
1 changed files with 24 additions and 0 deletions
24
neofetch
24
neofetch
|
@ -9676,6 +9676,30 @@ ${c1} /:-------------:\\
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Fedora_unicode")
|
||||
set_colors 12 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ▄████████████████████▄
|
||||
▄████████████████████████▄
|
||||
▄████████████████████████████▄
|
||||
▄███████████████${c2} ${c1}█████████▄
|
||||
▄████████████████${c2} ${c1}██████████▄
|
||||
████████████████${c2} ${c1}████${c2} ${c1}██████████
|
||||
████████████████${c2} ${c1}████${c2} ${c1}██████████
|
||||
████████████████${c2} ${c1}██████████████████
|
||||
█████████${c2} ${c1}▀█${c2} ${c1}██████████████
|
||||
███████${c2} ${c1}█${c2} ${c1}██████████████
|
||||
██████${c2} ${c1}██████${c2} ${c1}██████████████████
|
||||
██████${c2} ${c1}███████${c2} ${c1}██████████████████
|
||||
██████${c2} ${c1}███${c2} ${c1}███████████████████
|
||||
███████${c2} ${c1}██████████████████▀
|
||||
█████████${c2} ${c1}██████████████████▀
|
||||
████████████████████████████████▀
|
||||
▀█████████████████████████████▀
|
||||
▀█████████████████████████▀
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Fedora Silverblue" | "Silverblue"*)
|
||||
set_colors 4 7 12
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue