[PR] dylanaraps/neofetch#2274 from rhaym-tech - added RhaymOS distro
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2274 Thanks to @rhaym-tech Co-authored-by: Ghellab Abderrahmane <43763935+rhaym-tech@users.noreply.github.com>
This commit is contained in:
commit
1b19c63d53
1 changed files with 21 additions and 0 deletions
21
neofetch
21
neofetch
|
@ -12083,6 +12083,27 @@ ${c1}
|
|||
`.-:://////:-.
|
||||
EOF
|
||||
;;
|
||||
;;
|
||||
|
||||
"RhaymOS"*)
|
||||
set_colors 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
###
|
||||
#####
|
||||
|
||||
####### /########
|
||||
############# ###########
|
||||
,########### #### ####(..
|
||||
#### #### ####* ##########
|
||||
#### ##### ##### (####
|
||||
#### ########### ###########
|
||||
#### ######### ##########
|
||||
|
||||
###################################
|
||||
#####################################
|
||||
#######################################
|
||||
EOF
|
||||
|
||||
"rocky_small"*)
|
||||
set_colors 2
|
||||
|
|
Loading…
Reference in a new issue