Merge pull request #1404 from lawzava/regolith-linux-support
Regolith linux support
This commit is contained in:
commit
64a207de56
27
neofetch
27
neofetch
|
@ -1629,7 +1629,7 @@ get_de() {
|
|||
*)
|
||||
((wm_run != 1)) && get_wm
|
||||
|
||||
# Temporary!!
|
||||
# Temporary support for Regolith Linux
|
||||
if [[ $DESKTOP_SESSION == regolith ]]; then
|
||||
de=Regolith
|
||||
|
||||
|
@ -8871,6 +8871,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