Skip to content

Commit

Permalink
Added HarDClanZ Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptiedSoul committed Jun 24, 2021
1 parent 5a9ac6e commit ca0e3ed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,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 @@ -5129,7 +5130,7 @@ ASCII:
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print
NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android,
NOTE: AIX, Hash, HarDClanZ, Alpine, AlterLinux, Amazon, Anarchy, Android,
instantOS, Antergos, antiX, \"AOSC OS\", \"AOSC OS/Retro\",
Apricity, ArchCraft, ArcoLinux, ArchBox, ARCHlabs, ArchStrike,
XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig,
Expand Down Expand Up @@ -5571,6 +5572,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
2 changes: 1 addition & 1 deletion neofetch.1
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Colors to print the ascii art
\fB\-\-ascii_distro\fR distro
Which Distro's ascii art to print
.TP
NOTE: AIX, Hash, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS,
NOTE: AIX, Hash, HarDClanZ, Alpine, AlterLinux, Amazon, Anarchy, Android, instantOS,
Antergos, antiX, "AOSC OS", "AOSC OS/Retro", Apricity, ArchCraft,
ArcoLinux, ArchBox, ARCHlabs, ArchStrike, XFerience, ArchMerge, Arch,
Artix, Arya, Bedrock, Bitrig, BlackArch, BLAG, BlankOn, BlueLight,
Expand Down

0 comments on commit ca0e3ed

Please sign in to comment.