Logo: add LainOS

Ref: https://github.com/dylanaraps/neofetch/pull/2382
This commit is contained in:
李通洲
2023-09-27 15:52:52 +08:00
parent eb0faec74a
commit 72d2ce4b43
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ Logo:
* Update Ubuntu_old
* Update Windows 11_small
* Add Amazon Linux
* Add LainOS
# 2.0.5
+20
View File
@@ -0,0 +1,20 @@
${c2} /==\\
\\==/
${c1} · · · · · · ·
· · · · · · · · · ·
· · · ${c2}.-======-.${c1}· · · ·
${c2} .::.${c1} ·${c2}.-============-.${c1}· ${c2}.::.
.:==:${c1}· ${c2}.:===:'${c1}. ·· .${c2}':===:.${c1} ·${c2}:==:.
.:===:${c1} · ${c2}:===.${c1} · ${c3}.--.${c1} · ${c2}.===:${c1} · ${c2}:===:.
:===:${c1}· · ${c2}:===.${c1} · ${c3}.:====:.${c1} · ${c2}.===:${c1} · ·${c2}:===:
(===:${c1}· · ${c2}:===-${c1} · ${c3}:======:${c1} · ${c2}-===:${c1} · ·${c2}:===)
:===:${c1}· · ${c2}:===.${c1} · ${c3}':====:'${c1} · ${c2}.===:${c1} · ·${c2}:===:
':===:${c1} · ${c2}:===.${c1} · ${c3}'--'${c1} · ${c2}.===:${c1} · ${c2}:===:'
':==:${c1}· ${c2}':===:.${c1}' ·· '${c2}.:===:'${c1} ·${c2}:==:'
'::'${c1} · ${c2}'===-. .-==='${c1} · ${c2}'::'
${c2}/==\\${c1} · · · ${c2}:=== ===:${c1} · · · ${c2}/==\\
\\==/${c1} · · ·${c2}:===${c1} ·${c2}===:${c1}· · · ${c2}\\==/${c2}
.-. ${c1}· ${c2}:===${c1}· ${c2}===:${c1} ·${c2} ${c2}.-.
.===. .=== ===. .===.
.======== ========.
''''' '''''
+10
View File
@@ -2146,6 +2146,16 @@ static const FFlogo L[] = {
.colorKeys = FF_COLOR_FG_GREEN,
.colorTitle = FF_COLOR_FG_WHITE,
},
// LainOS
{
.names = {"LainOS"},
.lines = FASTFETCH_DATATEXT_LOGO_LAINOS,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_256 "14",
FF_COLOR_FG_WHITE,
},
},
// Lunar
{
.names = {"Lunar"},