From 2094c134ceae6452796cebb08912e438b7849149 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Mon, 10 Apr 2017 17:05:38 -0500 Subject: [PATCH] Fix --ascii_distro ubuntu-studio The ascii/distro directory has an ubuntu-studio file, which is documented in the --help text, but when I try to use that option, it falls back to the default Ubuntu logo. This change adds a case for Ubuntu-Studio to set ascii_file and the colors based on the logo at https://ubuntustudio.org. --- neofetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neofetch b/neofetch index d3f35012..a4d6da0e 100755 --- a/neofetch +++ b/neofetch @@ -3287,6 +3287,11 @@ get_distro_colors() { ascii_file="ubuntu_old" ;; + "Ubuntu-Studio") + set_colors 6 7 + ascii_file="ubuntu-studio" + ;; + "Ubuntu"*) set_colors 1 7 3 ascii_file="ubuntu"