From 5a3476b4acfbc274b48b93008749245448cfdc39 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 13 Jan 2017 11:18:03 +1100 Subject: [PATCH] Distro: Added support for Open Source Media Center --- ascii/distro/osmc | 20 ++++++++++++++++++++ neofetch | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 ascii/distro/osmc diff --git a/ascii/distro/osmc b/ascii/distro/osmc new file mode 100644 index 00000000..f18c2e99 --- /dev/null +++ b/ascii/distro/osmc @@ -0,0 +1,20 @@ +${c1} -+shdmNNNNmdhs+- + .+hMNho/:..``..:/ohNMh+. + :hMdo. .odMh: + -dMy- -yMd- + sMd- -dMs + hMy +. .+ yMh + yMy dMs. .sMd yMy +:Mm dMNMs` `sMNMd `mM: +yM+ dM//mNs``sNm//Md +My +mM- dM: +NNNN+ :Md -Mm +mM- dM: `oNN+ :Md -Mm +yM+ dM/+NNo` :Md +My +:Mm` dMMNs` :Md `mM: + yMy dMs` -ms yMy + hMy +. yMh + sMd- -dMs + -dMy- -yMd- + :hMdo. .odMh: + .+hMNho/:..``..:/ohNMh+. + -+shdmNNNNmdhs+- diff --git a/neofetch b/neofetch index aa2380e2..4081879e 100755 --- a/neofetch +++ b/neofetch @@ -2933,6 +2933,11 @@ get_distro_colors() { ascii_file="openwrt" ;; + "Open Source Media Center"* | "osmc") + set_colors 4 7 1 + ascii_file="osmc" + ;; + "Oracle"*) set_colors 1 7 3 ascii_file="oracle"