From a26fd76ca6a3f466bd4652e4a6150c52cbbf3925 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Mon, 16 Oct 2017 07:42:37 +1100 Subject: [PATCH] OS: Added support for Lunar Linux. --- ascii/distro/lunar | 13 +++++++++++++ neofetch | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 ascii/distro/lunar diff --git a/ascii/distro/lunar b/ascii/distro/lunar new file mode 100644 index 00000000..26bd295c --- /dev/null +++ b/ascii/distro/lunar @@ -0,0 +1,13 @@ +${c1}`-. `-. + -ohys/-` `:+shy/` + -omNNdyo/` :+shmNNy/` + ${c3} - + /mMmo + hMMMN` + .NMMs + ${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-` + /:.` ${c3}/${c1} `.:/` +${c3} __ + | | _ _ ___ ___ ___ + | |__| | | | .'| _| + |_____|___|_|_|__,|_| diff --git a/neofetch b/neofetch index 9edd4d10..20dcb0e1 100755 --- a/neofetch +++ b/neofetch @@ -3388,6 +3388,11 @@ get_distro_colors() { ascii_file="lubuntu" ;; + "Lunar"*) + set_colors 4 7 3 + ascii_file="lunar" + ;; + "mac"*"_small") set_colors 2 3 1 5 4 ascii_file="mac_small"