[PR] dylanaraps/neofetch#1797 from EmptiedSoul - Rebased HarDClanZ Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1797 Thanks to @EmptiedSoul Co-authored-by: emptiedsoul <arslesin@icloud.com>
This commit is contained in:
commit
6c665d9c6c
1 changed files with 26 additions and 1 deletions
27
neofetch
27
neofetch
|
@ -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)
|
||||
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue