Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#1797 from EmptiedSoul - Rebased HarDClanZ Linux
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#1797
Thanks to @EmptiedSoul

Co-authored-by: emptiedsoul <arslesin@icloud.com>
  • Loading branch information
hykilpikonna and EmptiedSoul committed Aug 12, 2022
2 parents 078ff79 + ca0e3ed commit 6c665d9
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,8 @@ get_packages() {
has kagami && dir "/var/lib/kagami/pkgs/*"
has cave && dir "/var/db/paludis/repositories/cross-installed/*/data/*/ \
/var/db/paludis/repositories/installed/data/*/"
shopt -u nullglob
has hardman && dir "/var/hpkg/packages/*"
shopt -u nullglob
}

# Other (Needs complex command)
Expand Down Expand Up @@ -6209,6 +6210,30 @@ ${c1}
### ###### ###
~ ###### ~
EOF
;;
"HarDClanZ"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} ........::::....
::################::..
:########################:.
:######**###################:
:###${c2}&&&&^${c1}############ ${c2}&${c1}#######:
:#${c2}&&&&&${c1}.:##############:${c2}^&o${c1}`:###:
:#${c2}&&&&${c1}.:#################:.${c2}&&&${c1}`###:
:##${c2}&^${c1}:######################:${c2}^&&${c1}::##:
:#############################:${c2}&${c1}:##::
:##########${c2}@@${c1}###########${c2}@@${c1}#####:.###:
:#########${c2}@@${c3}o${c2}@@${c1}#########${c2}@@${c3}o${c2}@@${c1}########:
:#######:${c2}@@${c3}o${c5}0${c3}o${c2}@@@@${c1}###${c2}@@@@${c3}o${c5}0${c3}o${c2}@@${c1}######: :
:######:${c2}@@@${c3}o${c2}@@@@@@${c1}V${c2}@@@@@@${c3}o${c2}@@@${c1}######:
:#####:${c2}@@@@@@@@@@@@@@@@@@@${c1}:####;
:####:.${c2}@@@@@@@@@@@@@@@@${c1}:#####:
`:####:.${c2}@@@@@@@@@@@@@@${c1}:#####:
``:##:.${c2}@@@@@@@@@@@@${c1}^## # :
: ## ${c2}\@@@;@@@/ ${c1}:: # :
${c2} VVV
EOF
;;

Expand Down

0 comments on commit 6c665d9

Please sign in to comment.