From 57ba17e1956c26915efcb73d310b98b17cc4c6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=BCedlinger?= Date: Fri, 11 Aug 2017 08:49:28 +0200 Subject: [PATCH] OS: add support for the siduction os MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander Rüedlinger --- ascii/distro/siduction | 21 +++++++++++++++++++++ neofetch | 11 +++++++++++ 2 files changed, 32 insertions(+) create mode 100644 ascii/distro/siduction diff --git a/ascii/distro/siduction b/ascii/distro/siduction new file mode 100644 index 00000000..10a88ec6 --- /dev/null +++ b/ascii/distro/siduction @@ -0,0 +1,21 @@ +${c1} _aass, + jQh: =$w + QWmwawQW + )$QQQQ@( .. + _a_a. ~??^ syDY?Sa, + _mW>-<$c jWmi imm. + ]QQwayQE 4QQmgwmQQ` + ?WWQWP' -9QQQQQ@'._aas, + _a%is. .adYYs,. -"?!` aQB*~^3$c + _Qh;.nm .QWc. {QL ]QQp;..vmQ/ + "QQmmQ@ -QQQggmQP ]QQWmggmQQ( + -???" "$WQQQY` __, ?QQQQQQW! + _yZ!?q, - .yWY!!Sw, "???^ + .QQa_=qQ mQm>..vmm + $QQWQQP $QQQgmQQ@ + "???" _aa, -9WWQQWY` + _mB>~)$a -~~ + mQms_vmQ. + ]WQQQQQP + -?T??" + diff --git a/neofetch b/neofetch index d34fad6e..57e393b6 100755 --- a/neofetch +++ b/neofetch @@ -78,6 +78,12 @@ get_distro() { *) distro="Red Star OS $(awk -F'[^0-9*]' '$0=$2' /etc/redstar-release)" esac + elif [[ -f "/etc/siduction-version" ]]; then + case "$distro_shorthand" in + "on" | "tiny") distro="Siduction" ;; + *) distro="Siduction ($(lsb_release -sic))" + esac + elif type -p lsb_release >/dev/null; then case "$distro_shorthand" in "on") lsb_flags="-sir" ;; @@ -3560,6 +3566,11 @@ get_distro_colors() { ascii_file="scientific" ;; + "Siduction"*) + set_colors 4 4 + ascii_file="siduction" + ;; + "Slackware"*) set_colors 4 7 1 ascii_file="slackware"