diff --git a/ascii/distro/linux b/ascii/distro/linux new file mode 100644 index 00000000..dff5a167 --- /dev/null +++ b/ascii/distro/linux @@ -0,0 +1,14 @@ +"\ +${c2} ##### +${c2} ####### +${c2} ##${c1}O${c2}#${c1}O${c2}## +${c2} #${c3}#####${c2}# +${c2} ##${c1}##${c3}###${c1}##${c2}## +${c2} #${c1}##########${c2}## +${c2} #${c1}############${c2}## +${c2} #${c1}############${c2}### +${c3} ##${c2}#${c1}###########${c2}##${c3}# +${c3}######${c2}#${c1}#######${c2}#${c3}###### +${c3}#######${c2}#${c1}#####${c2}#${c3}####### +${c3} #####${c2}#######${c3}##### +" diff --git a/neofetch b/neofetch index 96150279..970fe596 100755 --- a/neofetch +++ b/neofetch @@ -2555,9 +2555,22 @@ colors() { setcolors 1 2 4 3 ;; - "Raspbian"* | *) + "Raspbian"*) setcolors 2 1 ;; + + "Linux") + setcolors fg 8 3 + ;; + + *) + case "$os" in + "Linux") + ascii_distro="linux" + setcolors fg 8 3 + ;; + esac + ;; esac # Overwrite distro colors if '$ascii_colors' doesn't