# HG changeset patch # User Hans-G?nter Theisgen # Date 1658249501 -3600 # Node ID b71733415667006e5a7633102d30fce45033ccb4 # Parent 6e4600a4fb2322e2e80ff0103078d0cb1dd1db92 updated screenfetch (3.5.0 -> 3.9.1) diff -r 6e4600a4fb23 -r b71733415667 screenfetch/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/screenfetch/description.txt Tue Jul 19 17:51:41 2022 +0100 @@ -0,0 +1,11 @@ +ScreenFetch is a "Bash Screenshot Information Tool". +This handy Bash script can be used to generate one of +those nifty terminal theme information + ASCII distribution +logos you see in everyone's screenshots nowadays. +It will auto-detect your distribution and display an ASCII +version of that distribution's logo and some valuable +information to the right. +There are options to specify no ASCII art, colors, taking +a screenshot upon displaying info, and even customizing the +screenshot command! +This script is very easy to add to and can easily be extended. diff -r 6e4600a4fb23 -r b71733415667 screenfetch/stuff/patches/screenfetch-dev-3.9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/screenfetch/stuff/patches/screenfetch-dev-3.9.1 Tue Jul 19 17:51:41 2022 +0100 @@ -0,0 +1,101 @@ +--- screenfetch-dev.orig ++++ screenfetch-dev +@@ -364,8 +364,9 @@ + 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, \ +-Raspbian, Red Hat Enterprise Linux, ROSA, Sabayon, SailfishOS, Scientific Linux, Siduction, Slackware, Solus, Source Mage GNU/Linux, \ +-SparkyLinux, SteamOS, SUSE Linux Enterprise, SwagArch, TinyCore, Trisquel, Ubuntu, Viperr, Void and Zorin OS and EndeavourOS" ++Raspbian, Red Hat Enterprise Linux, ROSA, Sabayon, SailfishOS, Scientific Linux, Siduction, Slackware, SliTaz, Solus, \ ++Source Mage GNU/Linux, SparkyLinux, SteamOS, SUSE Linux Enterprise, SwagArch, TinyCore, Trisquel, Ubuntu, Viperr, Void and Zorin OS \ ++and EndeavourOS" + + supported_other="Dragonfly/Free/Open/Net BSD, Haiku, Mac OS X, Windows+Cygwin and Windows+MSYS2." + +@@ -792,6 +793,9 @@ + distro_release="$(awk -F'=' '/^VERSION=/ {print $2}' /etc/os-release)" + fi + ;; ++ "SliTaz") ++ distro="SliTaz" ++ ;; + "Sparky"|"SparkyLinux") + distro="SparkyLinux" + ;; +@@ -1042,6 +1046,7 @@ + distro="Dragora" + distro_more="$(cut -d, -f1 /etc/dragora-version)" + elif [ -f /etc/slackware-version ]; then distro="Slackware" ++ elif [ -f /etc/slitaz-release ]; then distro="SliTaz" + elif [ -f /usr/share/doc/tc/release.txt ]; then + distro="TinyCore" + distro_more="$(cat /usr/share/doc/tc/release.txt)" +@@ -1233,6 +1238,7 @@ + scientific*) distro="Scientific Linux" ;; + siduction) distro="Siduction" ;; + slackware) distro="Slackware" ;; ++ slitaz) distro="SliTaz" ;; + smgl|source*mage|source*mage*gnu*linux) distro="Source Mage GNU/Linux" ;; + solus) distro="Solus" ;; + sparky|sparky*linux) distro="SparkyLinux" ;; +@@ -1352,6 +1358,8 @@ + pkgs=$(ls -1 /var/db/pkg | wc -l) ;; + 'Frugalware') + pkgs=$(pacman-g2 -Q | wc -l) ;; ++ 'SliTaz') ++ pkgs=$(tazpkg list | 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') +@@ -5059,6 +5067,33 @@ + "${c2} ............... %s") + ;; + ++ "#SliTaz") ++ if [[ "$no_color" != "1" ]]; then ++ c1=$(getColor 'light grey') # Light Grey ++ fi ++ if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi ++ startline="0" ++ 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" ++" %s" ++" %s" ++" %s") ++ ;; ++ + "KaOS") + if [[ "$no_color" != "1" ]]; then + c1=$(getColor 'light blue') +@@ -5850,7 +5885,7 @@ + if [[ "$no_color" != "1" ]]; then + c1=$(getColor 'white') # White + c2=$(getColor 'dark grey') # Light Gray +- c3=$(getColor 'yellow') # Light Yellow ++ c3=$(getColor 'light red') # Light Red + fi + if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; c3="${my_lcolor}"; fi + startline="0" +@@ -6081,7 +6116,7 @@ + ;; + "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") ++ "SliTaz"|"SparkyLinux"|"OBRevenge"|"Source Mage GNU/Linux") + labelcolor=$(getColor 'light red') + ;; + "ROSA"|"januslinux")