From 744dd463300591692fd3481709b2d411f683e921 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 13 Nov 2017 22:37:29 +0100 Subject: [PATCH] ascii: add LEDE --- ascii/distro/lede | 9 +++++++++ neofetch | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 ascii/distro/lede 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 9c8ad885..a1e515a5 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"