Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2201 from FakeShell - add droidian to neofetch
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2201
Thanks to @FakeShell

Co-authored-by: Bardia Moshiri <fakeshell@bardia.tech>
  • Loading branch information
hykilpikonna and FakeShell committed Oct 4, 2022
2 parents 7c7cba2 + 8987b0b commit 0f302ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions neofetch
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8196,6 +8196,27 @@ ${c2} `Y$$
EOF
;;

"Droidian"*)
set_colors 2 10
read -rd '' ascii_data <<'EOF'
${c2} _,met$$$$$gg.
,g$$$$$$$$$$$$$$$$P.
,$$P' `$$$.
',$$P ,ggs. `$$b:
`d$$' ,$P"' ${c1}.${c2} $$$
$$P d$' ${c1},${c2} $$P
$$: $$. ${c1}-${c2} ,d$$'
$$; Y$b._ _,d$P'
Y$$. ${c1}`.${c2}`"Y$$$$P"'
${c2} `$$b ${c1}"-.__
${c2} `Y$$
`Y$$.
`$$b.
`Y$$b.
`"Y$b._
EOF
;;

"Deepin"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 0f302ee

Please sign in to comment.