screenfetch: update trisquel logo
This commit is contained in:
parent
5c2ae603d7
commit
ce4fe486e3
2 changed files with 73 additions and 0 deletions
44
helpers/DATA/screenfetch/screenfetch_3.9.patch
Normal file
44
helpers/DATA/screenfetch/screenfetch_3.9.patch
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
--- source/screenfetch-dev 2019-11-12 15:59:19.000000000 -0600
|
||||
+++ source/screenfetch-dev_trisquel 2022-08-14 03:01:18.002077839 -0500
|
||||
@@ -4749,24 +4749,23 @@
|
||||
startline="0"
|
||||
logowidth="38"
|
||||
fulloutput=(
|
||||
-"${c1} ▄▄▄▄▄▄ %s"
|
||||
-"${c1} ▄█████████▄ %s"
|
||||
-"${c1} ▄▄▄▄▄▄ ████▀ ▀████ %s"
|
||||
-"${c1} ▄██████████▄ ████▀ ▄▄ ▀███ %s"
|
||||
-"${c1} ▄███▀▀ ▀▀████ ███▄ ▄█ ███ %s"
|
||||
-"${c1} ▄███ ▄▄▄ ████▄ ▀██████ ▄███ %s"
|
||||
-"${c1} ███ █▀▀██▄ █████▄ ▀▀ ▄████ %s"
|
||||
-"${c1} ▀███ ███ ███████▄▄ ▄▄██████ %s"
|
||||
-"${c1} ▀███▄ ▄███ █████████████${c2}████▀ %s"
|
||||
-"${c1} ▀█████████ ███████${c2}███▀▀▀ %s"
|
||||
-"${c1} ▀▀███▀▀ ██${c2}████▀▀ %s"
|
||||
-"${c2} ██████▀ ▄▄▄▄ %s"
|
||||
-"${c2} █████▀ ████████ %s"
|
||||
-"${c2} █████ ███▀ ▀███ %s"
|
||||
-"${c2} ████▄ ██▄▄▄ ███ %s"
|
||||
-"${c2} █████▄ ▀▀ ▄██ %s"
|
||||
-"${c2} ██████▄▄▄████ %s"
|
||||
-"${c2} █████▀▀ %s")
|
||||
+"${c1} ,o\$\$\$o. %s"
|
||||
+"${c1} ,o\$\$Y\"\"\"Y\$\$b %s"
|
||||
+"${c1} ,o\$\$\$\$\$\$o. ,\$\$' , Y\$\$b %s"
|
||||
+"${c1} ,o\$\$\$\$\$\$\$\$\$\$\$\$o. :\$ b Y\$\$.%s"
|
||||
+"${c1},\$\$\"' \"Y\$\$\$\$o. 'b. ,b d\$\$\$ %s"
|
||||
+"${c1}\$\$' .d\$\$\$\$b '\$\$\$\$o 'Y\$\$\$Y d\$\$\$' %s"
|
||||
+"${c1}\$\$' q' 'b '\$\$\$\$\$o._ _.o\$\$\$\$' %s"
|
||||
+"${c1}.\$\$,_ _,d\$ ,\$\$\$\$\$\$\$\$\$\$\$\$${c2}\$\$\$\$Y' %s"
|
||||
+"${c1} '\$\$\$\$aaa\$\$\$' .\$\$\$\$\$\$${c2}\$\$\$\$\$\$\$\$' %s"
|
||||
+"${c1} \"\"\"\" ${c2}d\$\$\$\$\"' %s"
|
||||
+"${c2} d\$\$\$' .d\$\$b. %s"
|
||||
+"${c2} \$\$\$\$ .\$\" 'a\$. %s"
|
||||
+"${c2} \$\$\$\$ \$b \$\$. %s"
|
||||
+"${c2} '\$\$\$. '\$b,,. \$\$\$ %s"
|
||||
+"${c2} '\$\$\$. .\$\$' %s"
|
||||
+"${c2} 'a\$\$\$o._.o\$\$a' %s"
|
||||
+"${c2} 'a\$\$\$\$a' %s")
|
||||
;;
|
||||
|
||||
"Manjaro")
|
||||
29
helpers/make-screenfetch
Normal file
29
helpers/make-screenfetch
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=1
|
||||
|
||||
. ./config
|
||||
|
||||
patch -p1 < $DATA/screenfetch_3.9.patch
|
||||
|
||||
changelog "Adding ASC-II trisquel logo update, thanks to @LegoLeprechaun"
|
||||
|
||||
compile
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue