Merge pull request #1404 from lawzava/regolith-linux-support
Regolith linux support
This commit is contained in:
commit
64a207de56
1 changed files with 26 additions and 1 deletions
27
neofetch
27
neofetch
|
@ -1629,7 +1629,7 @@ get_de() {
|
||||||
*)
|
*)
|
||||||
((wm_run != 1)) && get_wm
|
((wm_run != 1)) && get_wm
|
||||||
|
|
||||||
# Temporary!!
|
# Temporary support for Regolith Linux
|
||||||
if [[ $DESKTOP_SESSION == regolith ]]; then
|
if [[ $DESKTOP_SESSION == regolith ]]; then
|
||||||
de=Regolith
|
de=Regolith
|
||||||
|
|
||||||
|
@ -8871,6 +8871,31 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Regolith"*)
|
||||||
|
set_colors 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}
|
||||||
|
``....```
|
||||||
|
`.:/++++++/::-.`
|
||||||
|
-/+++++++:.`
|
||||||
|
-++++++++:`
|
||||||
|
`/++++++++-
|
||||||
|
`/++++++++. -/+/
|
||||||
|
/++++++++/ `` .:+++:.
|
||||||
|
-+++++++++/ ./++++:+++/-`
|
||||||
|
:+++++++++/ `+++++++/-`
|
||||||
|
:++++++++++` .-/+++++++`
|
||||||
|
`:++++++++++/``.-/++++:-:::-` `
|
||||||
|
`:+++++++++++++++++/:.` ./`
|
||||||
|
:++/-:+++++++++/:-.. -/+.
|
||||||
|
+++++++++/::-...:/+++/-..````..-/+++.
|
||||||
|
`......``.::/+++++++++++++++++++++/.
|
||||||
|
-/+++++++++++++++++++++/.
|
||||||
|
.:/+++++++++++++++/-`
|
||||||
|
`.-:://////:-.
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Rosa"*)
|
"Rosa"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue