From 4f9fe67a4380746c83ac6a5a2815b33a7c44a0ef Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Tue, 20 Feb 2018 16:27:54 +0100 Subject: [PATCH] OS: Add support for Hyperbola GNU/Linux-libre --- ascii/distro/hyperbola | 16 ++++++++++++++++ neofetch | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 ascii/distro/hyperbola diff --git a/ascii/distro/hyperbola b/ascii/distro/hyperbola new file mode 100644 index 00000000..5e013359 --- /dev/null +++ b/ascii/distro/hyperbola @@ -0,0 +1,16 @@ +${c1} WW + KX W + WO0W NX0O + NOO0NW WNXK0OOKW + W0OOOOOOOOOOOOKN + N0OOOOOOO0KXW + WNXXXNW + NXK00000KN + WNK0OOOOOOOOOO0W + NK0OOOOOOOOOOOOOO0W + X0OOOOOOO00KK00OOOOOK + X0OOOO0KNWW WX0OO0W + X0OO0XNW KOOW + N00KNW KOW + NKXN W0W +WW W diff --git a/neofetch b/neofetch index db2db762..52965e16 100755 --- a/neofetch +++ b/neofetch @@ -3592,6 +3592,11 @@ get_distro_colors() { ascii_file="haiku" ;; + "Hyperbola"*) + set_colors 8 + ascii_file="hyperbola" + ;; + "Kali"*) set_colors 4 8 ascii_file="kali"