Merge pull request #923 from MitchWeaver/master
add new DragonFly BSD logo, move old logo to dragonfly_old, add drago…
This commit is contained in:
commit
02fff35f35
4 changed files with 47 additions and 18 deletions
|
@ -1,18 +1,15 @@
|
||||||
${c1} |
|
${c2},--, ${c1}| ${c2},--,
|
||||||
.-.
|
${c2}| `-, ${c1},^, ${c2},-' |
|
||||||
${c3} ()${c1}I${c3}()
|
${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
|
||||||
${c1} "==.__:-:__.=="
|
${c2} `-, `-,${c1}/ \${c2},-' ,-'
|
||||||
"==.__/~|~\__.=="
|
${c2} `------${c1}( )${c2}------'
|
||||||
"==._( Y )_.=="
|
${c2} ,----------${c1}( )${c2}----------,
|
||||||
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-.
|
${c2} | _,-${c1}( )${c2}-,_ |
|
||||||
( ..=${c1}\\=${c1}/${c2}=.. )
|
${c2} `-,__,-' ${c1}\ /${c2} `-,__,-'
|
||||||
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'`
|
${c1} | |
|
||||||
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~`
|
| |
|
||||||
.-~` /${c1}|=|${c2}\ `~-.
|
| |
|
||||||
.~` / ${c1}|=|${c2} \ `~.
|
| |
|
||||||
.-~` .' ${c1}|=|${c2} `. `~-.
|
| |
|
||||||
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `)
|
| |
|
||||||
`~"~"` ${c1} |=|${c2} `"~"~`
|
`|'
|
||||||
${c1} /=\\
|
|
||||||
\\=/
|
|
||||||
^
|
|
||||||
|
|
18
ascii/distro/dragonflybsd_old
Normal file
18
ascii/distro/dragonflybsd_old
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
${c1} |
|
||||||
|
.-.
|
||||||
|
${c3} ()${c1}I${c3}()
|
||||||
|
${c1} "==.__:-:__.=="
|
||||||
|
"==.__/~|~\__.=="
|
||||||
|
"==._( Y )_.=="
|
||||||
|
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-.
|
||||||
|
( ..=${c1}\\=${c1}/${c2}=.. )
|
||||||
|
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'`
|
||||||
|
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~`
|
||||||
|
.-~` /${c1}|=|${c2}\ `~-.
|
||||||
|
.~` / ${c1}|=|${c2} \ `~.
|
||||||
|
.-~` .' ${c1}|=|${c2} `. `~-.
|
||||||
|
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `)
|
||||||
|
`~"~"` ${c1} |=|${c2} `"~"~`
|
||||||
|
${c1} /=\\
|
||||||
|
\\=/
|
||||||
|
^
|
4
ascii/distro/dragonflybsd_small
Normal file
4
ascii/distro/dragonflybsd_small
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
${c2}(\${c3}"${c2}/)
|
||||||
|
${c2}(/${c1}|${c2}\)
|
||||||
|
${c1} |
|
||||||
|
|
|
10
neofetch
10
neofetch
|
@ -3496,6 +3496,16 @@ get_distro_colors() {
|
||||||
ascii_file="dracos"
|
ascii_file="dracos"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"dragonfly_old"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
ascii_file="dragonflybsd_old"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"dragonfly_small"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
ascii_file="dragonflybsd_small"
|
||||||
|
;;
|
||||||
|
|
||||||
"DragonFly"*)
|
"DragonFly"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_file="dragonflybsd"
|
ascii_file="dragonflybsd"
|
||||||
|
|
Loading…
Reference in a new issue