From 85eef19406a33b89841fc45a291c498ef100ad5c Mon Sep 17 00:00:00 2001 From: Kim Myung-ki Date: Mon, 31 Oct 2016 21:23:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EB=93=9C=20=EC=8A=A4=ED=83=80=20OS?= =?UTF-8?q?=EC=97=90=20=EB=8C=80=ED=95=9C=20=EB=8F=84=EC=9B=80=20=ED=83=90?= =?UTF-8?q?=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 친애하는 지도자 김정일의 위대한 후계자가 김정은이 프로그램 neofetch에 영광스러운 붉은 별의 검출을 추가 요구했다, 당신은 더 나은 자신의 명령을주의 나 기회가 될! Signed-off-by: Korea Computer Center --- ascii/distro/rstar | 20 ++++++++++++++++++++ neofetch | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 ascii/distro/rstar diff --git a/ascii/distro/rstar b/ascii/distro/rstar new file mode 100644 index 00000000..111ead4a --- /dev/null +++ b/ascii/distro/rstar @@ -0,0 +1,20 @@ +"\ +${c1} .. + .oK0l + :0KKKKd. + .xKO0KKKKd + ,Od' .d0000l + .c;. .'''... ..'. + .,:cloddxxxkkkkOOOOkkkkkkkkxxxxxxxxxkkkx: + ;kOOOOOOOkxOkc'...',;;;;,,,'',;;:cllc:,. + .okkkkd,.lko .......',;:cllc:;,,'''''. + .cdo. :xd' cd:. ..';'',,,'',,;;;,'. + . .ddl.;doooc'..;oc;'..';::;,'. + coo;.oooolllllllcccc:'. . + .ool''lllllccccccc:::::;. + ;lll. .':cccc:::::::;;;;' + :lcc:'',..';::::;;;;;;;,,. + :cccc::::;...';;;;;,,,,,,. + ,::::::;;;,'. ..',,,,'''. + ........ ...... +" diff --git a/neofetch b/neofetch index 400b0d91..a1337abc 100755 --- a/neofetch +++ b/neofetch @@ -132,6 +132,12 @@ getdistro() { esac ascii_distro="Windows 10" + elif [ -f "/etc/redstar-release" ]; then + case "$distro_shorthand" in + "on" | "tiny") distro="Red Star OS" ;; + *) distro="Red Star OS $(awk -F'[^0-9*]' '$0=$2' /etc/redstar-release)" + esac + elif type -p lsb_release >/dev/null 2>&1; then case "$distro_shorthand" in "on") lsb_flags="-sir" ;; @@ -2417,6 +2423,11 @@ colors() { setcolors 1 7 3 ;; + "Red Star"*) + setcolors 1 7 3 + ascii_distro="rstar" + ;; + "FreeBSD"* | "PCBSD"*) setcolors 1 7 3 ascii_distro="freebsd"