mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-09 14:28:04 -05:00
Add logo of UOS, which is the commercial version of deepin
This commit is contained in:
@@ -663,6 +663,10 @@ detectdistro () {
|
||||
distro="LinuxDeepin"
|
||||
distro_codename=null
|
||||
;;
|
||||
"Uos")
|
||||
distro="Uos"
|
||||
distro_codename=null
|
||||
;;
|
||||
"Kali"|"Debian Kali Linux")
|
||||
distro="Kali Linux"
|
||||
if [[ "${distro_codename}" =~ "kali-rolling" ]]; then
|
||||
@@ -1120,6 +1124,7 @@ detectdistro () {
|
||||
debian) distro="Debian" ;;
|
||||
devuan) distro="Devuan" ;;
|
||||
deepin) distro="Deepin" ;;
|
||||
uos) distro="Uos" ;;
|
||||
desaos) distro="DesaOS" ;;
|
||||
dragonflybsd) distro="DragonFlyBSD" ;;
|
||||
dragora) distro="Dragora" ;;
|
||||
@@ -4350,6 +4355,33 @@ asciiText () {
|
||||
"${c1} .,:cccccccc:,. %s")
|
||||
;;
|
||||
|
||||
"Uos")
|
||||
if [[ "$no_color" != "1" ]]; then
|
||||
c1=$(getColor 'blue') # red
|
||||
c2=$(getColor 'orange') # 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} ############ ${c2}oo %s"
|
||||
"${c1} ######## ${c2}oooooo %s"
|
||||
"${c1} ## #### ${c2}oooooooo %s"
|
||||
"${c1} #### #### ${c2}oooooo %s"
|
||||
"${c1} ###### #### ${c2}oooo %s"
|
||||
"${c1} #### #### ${c2}oo %s"
|
||||
"${c1} ## ############ %s"
|
||||
"${c1} ################ %s"
|
||||
"${c1} ################ %s"
|
||||
"${c1} ######## %s"
|
||||
"${c1} %s"
|
||||
"${c1} %s")
|
||||
;;
|
||||
|
||||
"Chakra")
|
||||
if [[ "$no_color" != "1" ]]; then
|
||||
c1=$(getColor 'light blue') # Light Blue
|
||||
@@ -5837,7 +5869,7 @@ infoDisplay () {
|
||||
"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"|"Siduction"|"Solus"|"SwagArch"|"Parrot Security"|"Zorin OS")
|
||||
"Obarun"|"Siduction"|"Solus"|"SwagArch"|"Parrot Security"|"Zorin OS"|"Uos")
|
||||
labelcolor=$(getColor 'light blue')
|
||||
;;
|
||||
"Arch Linux"|"Artix Linux"|"Frugalware"|"Mageia"|"Deepin"|"CRUX"|"OS Elbrus")
|
||||
|
||||
Reference in New Issue
Block a user