diff --git a/ascii/distro/lede b/ascii/distro/lede new file mode 100644 index 00000000..b1af9495 --- /dev/null +++ b/ascii/distro/lede @@ -0,0 +1,9 @@ + ${c1} _________ + / /\ + / LE / \ + / DE / \ + /________/ LE \ + \ \ DE / + \ LE \ / + \ DE \ / + \________\/ diff --git a/neofetch b/neofetch index 95cd06b1..6881c1da 100755 --- a/neofetch +++ b/neofetch @@ -3397,6 +3397,11 @@ get_distro_colors() { ascii_file="kubuntu" ;; + "LEDE"*) + set_colors 4 7 1 + ascii_file="lede" + ;; + "Linux") set_colors fg 8 3 ascii_file="linux"