ascii: add LEDE
This commit is contained in:
parent
4fd2287582
commit
744dd46330
2 changed files with 14 additions and 0 deletions
9
ascii/distro/lede
Normal file
9
ascii/distro/lede
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
${c1} _________
|
||||||
|
/ /\
|
||||||
|
/ LE / \
|
||||||
|
/ DE / \
|
||||||
|
/________/ LE \
|
||||||
|
\ \ DE /
|
||||||
|
\ LE \ /
|
||||||
|
\ DE \ /
|
||||||
|
\________\/
|
5
neofetch
5
neofetch
|
@ -3397,6 +3397,11 @@ get_distro_colors() {
|
||||||
ascii_file="kubuntu"
|
ascii_file="kubuntu"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"LEDE"*)
|
||||||
|
set_colors 4 7 1
|
||||||
|
ascii_file="lede"
|
||||||
|
;;
|
||||||
|
|
||||||
"Linux")
|
"Linux")
|
||||||
set_colors fg 8 3
|
set_colors fg 8 3
|
||||||
ascii_file="linux"
|
ascii_file="linux"
|
||||||
|
|
Loading…
Reference in a new issue