OS: Added support for Lunar Linux.
This commit is contained in:
parent
b57cdee02a
commit
a26fd76ca6
2 changed files with 18 additions and 0 deletions
13
ascii/distro/lunar
Normal file
13
ascii/distro/lunar
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
${c1}`-. `-.
|
||||||
|
-ohys/-` `:+shy/`
|
||||||
|
-omNNdyo/` :+shmNNy/`
|
||||||
|
${c3} -
|
||||||
|
/mMmo
|
||||||
|
hMMMN`
|
||||||
|
.NMMs
|
||||||
|
${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-`
|
||||||
|
/:.` ${c3}/${c1} `.:/`
|
||||||
|
${c3} __
|
||||||
|
| | _ _ ___ ___ ___
|
||||||
|
| |__| | | | .'| _|
|
||||||
|
|_____|___|_|_|__,|_|
|
5
neofetch
5
neofetch
|
@ -3388,6 +3388,11 @@ get_distro_colors() {
|
||||||
ascii_file="lubuntu"
|
ascii_file="lubuntu"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Lunar"*)
|
||||||
|
set_colors 4 7 3
|
||||||
|
ascii_file="lunar"
|
||||||
|
;;
|
||||||
|
|
||||||
"mac"*"_small")
|
"mac"*"_small")
|
||||||
set_colors 2 3 1 5 4
|
set_colors 2 3 1 5 4
|
||||||
ascii_file="mac_small"
|
ascii_file="mac_small"
|
||||||
|
|
Loading…
Reference in a new issue