Skip to content

Commit

Permalink
Devuan logo
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed May 31, 2016
1 parent 867cb0c commit 7fcda5c
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ detectdistro () {
crux) distro="CRUX" ;;
cygwin) distro="Cygwin" ;;
debian) distro="Debian" ;;
devuan) distro="Devuan" ;;
devuan) distro="Devuan" ;;
deepin) distro="Deepin" ;;
dragonflybsd) distro="DragonFlyBSD" ;;
dragora) distro="Dragora" ;;
Expand Down Expand Up @@ -2644,6 +2644,32 @@ asciiText () {
" %s")
;;

"Devuan")
if [[ "$no_color" != "1" ]]; then
c1=$(getColor 'light purple') # Light purple
fi
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
startline="0"
fulloutput=(
"$c1 %s"
"$c1 ..,,;;;::;,.. %s"
"$c1 \`':ddd;:,. %s"
"$c1 \`'dPPd:,. %s"
"$c1 \`:b\$\$b\`. %s"
"$c1 'P\$\$\$d\` %s"
"$c1 .\$\$\$\$\$\` %s"
"$c1 ;\$\$\$\$\$P %s"
"$c1 .:P\$\$\$\$\$\$\` %s"
"$c1 .,:b\$\$\$\$\$\$\$;' %s"
"$c1 .,:dP\$\$\$\$\$\$\$\$b:' %s"
"$c1 .,:;db\$\$\$\$\$\$\$\$\$\$Pd'\` %s"
"$c1 ,db\$\$\$\$\$\$\$\$\$\$\$\$\$\$b:'\` %s"
"$c1 :\$\$\$\$\$\$\$\$\$\$\$\$b:'\` %s"
"$c1 \`\$\$\$\$\$bd:''\` %s"
"$c1 \`'''\` %s"
" %s")
;;

"Raspbian")
if [[ "$no_color" != "1" ]]; then
c1=$(getColor 'light green') # Light Green
Expand Down Expand Up @@ -4544,7 +4570,7 @@ infoDisplay () {
"Mint"|"LMDE"|"KDE neon"|"openSUSE"|"SUSE Linux Enterprise"|"LinuxDeepin"|"DragonflyBSD"|"Manjaro"|"Manjaro-tree"|"Android"|"Void") labelcolor=$(getColor 'light green');;
"Ubuntu"|"FreeBSD"|"FreeBSD - Old"|"Debian"|"Raspbian"|"BSD"|"Red Hat Enterprise Linux"|"Oracle Linux"|"Peppermint"|"Cygwin"|"Msys"|"Fuduntu"|"Scientific Linux"|"DragonFlyBSD"|"BackTrack Linux"|"Red Star OS") labelcolor=$(getColor 'light red');;
"CrunchBang"|"Solus"|"Viperr"|"elementary"*) labelcolor=$(getColor 'dark grey');;
"Gentoo"|"Parabola GNU/Linux-libre"|"Funtoo"|"Funtoo-text"|"BLAG"|"SteamOS") labelcolor=$(getColor 'light purple');;
"Gentoo"|"Parabola GNU/Linux-libre"|"Funtoo"|"Funtoo-text"|"BLAG"|"SteamOS"|"Devuan") labelcolor=$(getColor 'light purple');;
"Haiku") labelcolor=$(getColor 'green');;
"NetBSD") labelcolor=$(getColor 'orange');;
"CentOS"|*) labelcolor=$(getColor 'yellow');;
Expand Down

0 comments on commit 7fcda5c

Please sign in to comment.