From 9ba09e05fae6bcfea22d2d3c5d341cfab2a4d80b Mon Sep 17 00:00:00 2001 From: solka13Lenio Date: Sat, 12 Oct 2019 16:10:02 +0300 Subject: [PATCH] add draugeros logo --- screenfetch-dev | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/screenfetch-dev b/screenfetch-dev index 4562109..821ce7f 100755 --- a/screenfetch-dev +++ b/screenfetch-dev @@ -360,7 +360,7 @@ detectColors () { supported_distros="ALDOS, Alpine Linux, Amazon Linux, Antergos, Arch Linux (Old and Current Logos), ArcoLinux, Artix Linux, \ blackPanther OS, BLAG, BunsenLabs, CentOS, Chakra, Chapeau, Chrome OS, Chromium OS, CrunchBang, CRUX, \ -Debian, Deepin, DesaOS,Devuan, Dragora, elementary OS, EuroLinux, Evolve OS, Sulin, Exherbo, Fedora, Frugalware, Fuduntu, Funtoo, \ +Debian, Deepin, DesaOS,Devuan, Dragora, DraugerOS, elementary OS, EuroLinux, Evolve OS, Sulin, Exherbo, Fedora, Frugalware, Fuduntu, Funtoo, \ Fux, Gentoo, gNewSense, Guix System, Hyperbola GNU/Linux-libre, januslinux, Jiyuu Linux, Kali Linux, KaOS, KDE neon, Kogaion, Korora, \ LinuxDeepin, Linux Mint, LMDE, Logos, Mageia, Mandriva/Mandrake, Manjaro, Mer, Netrunner, NixOS, OBRevenge, openSUSE, \ OS Elbrus, Oracle Linux, Parabola GNU/Linux-libre, Pardus, Parrot Security, PCLinuxOS, PeppermintOS, Proxmox VE, PureOS, Qubes OS, \ @@ -631,6 +631,9 @@ detectdistro () { distro="Debian" fi ;; + "DraugerOS") + distro = "DraugerOS" + ;; "elementary"|"elementary OS") distro="elementary OS" ;; @@ -1168,6 +1171,7 @@ detectdistro () { desaos) distro="DesaOS" ;; dragonflybsd) distro="DragonFlyBSD" ;; dragora) distro="Dragora" ;; + drauger|'DraugerOS') distro="DraugerOS" ;; elementary|'elementary os') distro="elementary OS";; eurolinux) distro="EuroLinux" ;; evolveos) distro="Evolve OS" ;; @@ -1349,7 +1353,7 @@ detectpkgs () { pkgs=$(pacman-g2 -Q | wc -l) ;; 'Debian'|'Ubuntu'|'Mint'|'Fuduntu'|'KDE neon'|'Devuan'|'OS Elbrus'|'Raspbian'|'LMDE'|'CrunchBang'|'Peppermint'| \ 'LinuxDeepin'|'Deepin'|'Kali Linux'|'Trisquel'|'elementary OS'|'gNewSense'|'BunsenLabs'|'SteamOS'|'Parrot Security'| \ - 'GrombyangOS'|'DesaOS'|'Zorin OS'|'Proxmox VE'|'PureOS') + 'GrombyangOS'|'DesaOS'|'Zorin OS'|'Proxmox VE'|'PureOS'|'DraugerOS') pkgs=$(dpkg -l | grep -c '^i') ;; 'Slackware') pkgs=$(ls -1 /var/log/packages | wc -l) ;; @@ -2965,7 +2969,6 @@ takeShot () { } - asciiText () { # Distro logos and ASCII outputs if [[ "$asc_distro" ]]; then @@ -5757,6 +5760,39 @@ asciiText () { " %s") ;; + "DraugerOS") + if [[ "$no_color" != "1" ]]; then + c1=$(getColor 'red') # red + fi + if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi + startline="0" + logowidth="52" + fulloutput=( +"${c1} %s" +"${c1} & & %s" +"${c1} %( (# %s" +"${c1} ((( ((( %s" +"${c1} (((( (((( %s" +"${c1} (((( (((( %s" +"${c1} (((( (((( %s" +"${c1} (((( (((( %s" +"${c1} %(((( ((((% %s" +"${c1} (((( (((( %s" +"${c1} (((( (((( %s" +"${c1} (((( (((( %s" +"${c1} &(((( ((((& %s" +"${c1} #(((( ((((# %s" +"${c1} ((((( ((((( %s" +"${c1} ((((# #(((( %s" +"${c1} (((( (((( %s" +"${c1} &(((( ((((& %s" +"${c1} #(((( ((((# %s" +"${c1} (((( (((( %s" +"${c1}(# ((((((((((((((((((((((((((((((((((((( #(%s" +"${c1} ((((((((((((((((((((((((((((((((((((((((((((( %s" +" %s") + ;; + "januslinux") if [[ "$no_color" != "1" ]]; then c1=$(getColor 'white') # white