Regolith linux support
This commit is contained in:
parent
997b7dd855
commit
652c4ec882
31
neofetch
31
neofetch
|
@ -965,6 +965,12 @@ get_distro() {
|
|||
distro="Proxmox VE ${distro%/*}"
|
||||
esac
|
||||
|
||||
elif [[ $DESKTOP_SESSION == regolith ]]; then
|
||||
case $distro_shorthand in
|
||||
on|tiny) distro="Regolith";;
|
||||
*) distro="Regolith ($(lsb_release -sic))"
|
||||
esac
|
||||
|
||||
elif type -p lsb_release >/dev/null; then
|
||||
case $distro_shorthand in
|
||||
on) lsb_flags=-si ;;
|
||||
|
@ -8867,6 +8873,31 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Regolith"*)
|
||||
set_colors 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
``....```
|
||||
`.:/++++++/::-.`
|
||||
-/+++++++:.`
|
||||
-++++++++:`
|
||||
`/++++++++-
|
||||
`/++++++++. -/+/
|
||||
/++++++++/ `` .:+++:.
|
||||
-+++++++++/ ./++++:+++/-`
|
||||
:+++++++++/ `+++++++/-`
|
||||
:++++++++++` .-/+++++++`
|
||||
`:++++++++++/``.-/++++:-:::-` `
|
||||
`:+++++++++++++++++/:.` ./`
|
||||
:++/-:+++++++++/:-.. -/+.
|
||||
+++++++++/::-...:/+++/-..````..-/+++.
|
||||
`......``.::/+++++++++++++++++++++/.
|
||||
-/+++++++++++++++++++++/.
|
||||
.:/+++++++++++++++/-`
|
||||
`.-:://////:-.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"Rosa"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Reference in New Issue