Skip to content

Commit edf9d1a

Browse files
author
ber532k
committed
An alternative Artwork for Raspbian (called "Raspbian - Alt") is included, which draws the Raspberry more strongly and is otherwise strongly based on the "Raspbian" Artwork. I did not want to change any defaults; Just provide an alternative if anyone (like myself) were to be looking for one.
1 parent 0a1b0b2 commit edf9d1a

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

screenfetch-dev

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2972,6 +2972,35 @@ asciiText () {
29722972
"${c2} ...... %s")
29732973
;;
29742974

2975+
"Raspbian - Alt")
2976+
if [[ "$no_color" != "1" ]]; then
2977+
c1=$(getColor 'light green') # Light Green
2978+
c2=$(getColor 'light red') # Light Red
2979+
fi
2980+
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; fi
2981+
startline="0"
2982+
logowidth="32"
2983+
fulloutput=(
2984+
"${c1} .',;:cc;,'. .,;::c:,,. %s"
2985+
"${c1} ,ooolcloooo: 'oooooccloo: %s"
2986+
"${c1} .looooc;;:ol :oc;;:ooooo' %s"
2987+
"${c1} ;oooooo: ,ooooooc. %s"
2988+
"${c1} .,:;'. .;:;'. %s"
2989+
"${c2} .dQ. .d0Q0Q0. '0Q. %s"
2990+
"${c2} .0Q0' 'Q0Q0Q' 'Q0Q. %s"
2991+
"${c2} '' .odo. .odo. '' %s"
2992+
"${c2} . .0Q0Q0Q' .0Q0Q0Q. . %s"
2993+
"${c2} ,0Q .0Q0Q0Q0Q 'Q0Q0Q0b. 0Q. %s"
2994+
"${c2} :Q0 Q0Q0Q0Q 'Q0Q0Q0 Q0' %s"
2995+
"${c2} '0 '0Q0' .0Q0. '0' 'Q' %s"
2996+
"${c2} .oo. .0Q0Q0. .oo. %s"
2997+
"${c2} 'Q0Q0. '0Q0Q0Q0. .Q0Q0b %s"
2998+
"${c2} 'Q0Q0. '0Q0Q0' .d0Q0Q' %s"
2999+
"${c2} 'Q0Q' .. '0Q.' %s"
3000+
"${c2} .0Q0Q0Q. %s"
3001+
"${c2} '0Q0Q' %s")
3002+
;;
3003+
29753004
"CrunchBang")
29763005
if [[ "$no_color" != "1" ]]; then
29773006
c1=$(getColor 'white') # White
@@ -5329,7 +5358,7 @@ infoDisplay () {
53295358
"Alpine Linux"|"Arch Linux - Old"|"blackPanther OS"|"Fedora"|"Korora"|"Chapeau"|"Mandriva"|"Mandrake"|"Chakra"|"ChromeOS"|"Sabayon"|"Slackware"|"Mac OS X"|"Trisquel"|"Kali Linux"|"Jiyuu Linux"|"Antergos"|"KaOS"|"Logos"|"gNewSense"|"Netrunner"|"NixOS"|"SailfishOS"|"Qubes OS"|"Kogaion"|"PCLinuxOS"|"Obarun"|"Solus"|"SwagArch"|"Parrot Security"|"Zorin OS") labelcolor=$(getColor 'light blue');;
53305359
"Arch Linux"|"Artix Linux"|"Frugalware"|"Mageia"|"Deepin"|"CRUX") labelcolor=$(getColor 'light cyan');;
53315360
"Mint"|"LMDE"|"KDE neon"|"openSUSE"|"SUSE Linux Enterprise"|"LinuxDeepin"|"DragonflyBSD"|"Manjaro"|"Manjaro-tree"|"Android"|"Void Linux"|"DesaOS") labelcolor=$(getColor 'light green');;
5332-
"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"|"SparkyLinux"|"OBRevenge"|"Source Mage GNU/Linux") labelcolor=$(getColor 'light red');;
5361+
"Ubuntu"|"FreeBSD"|"FreeBSD - Old"|"Debian"|"Raspbian"|"Raspbian - Alt"|"BSD"|"Red Hat Enterprise Linux"|"Oracle Linux"|"Peppermint"|"Cygwin"|"Msys"|"Fuduntu"|"Scientific Linux"|"DragonFlyBSD"|"BackTrack Linux"|"Red Star OS"|"SparkyLinux"|"OBRevenge"|"Source Mage GNU/Linux") labelcolor=$(getColor 'light red');;
53335362
"ROSA") labelcolor=$(getColor 'white');;
53345363
"CrunchBang"|"Viperr"|"elementary"*) labelcolor=$(getColor 'dark grey');;
53355364
"Gentoo"|"Parabola GNU/Linux-libre"|"Funtoo"|"Funtoo-text"|"BLAG"|"SteamOS"|"Devuan") labelcolor=$(getColor 'light purple');;

0 commit comments

Comments
 (0)