From cffb4360557e74eb4ace93f9903965819c9b0689 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 24 May 2026 16:11:19 -0500 Subject: Squashed commit of the following: ascii changes changed to ascii color generation --- env/.config/fastfetch/gen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'env/.config/fastfetch/gen.sh') diff --git a/env/.config/fastfetch/gen.sh b/env/.config/fastfetch/gen.sh index dd55b39..6e9a207 100755 --- a/env/.config/fastfetch/gen.sh +++ b/env/.config/fastfetch/gen.sh @@ -1,9 +1,7 @@ #!/bin/sh -ascii -w 1000 -h 500 -c color -p -s 18 -b 18 -d "CA@876543210?==. " "/home/iceyrazor/out.png" > fur.txt +ascii -w 1000 -h 500 -c color -p -C -s 18 -b 18 -d "CA@876543210?==. " "/home/iceyrazor/out.png" > fur.txt grep "\S" fur.txt > trim.txt mv trim.txt fur.txt cat fur.txt - -sed -e "s/5/\$55/g" -e "s/4/\$54/g" -e "s/3/\$53/g" -e "s/1/\$31/g" -e "s/0/\$50/g" -e "s/2/\$52/g" -e "s/6/\$56/g" -e "s/W/\$5W/g" -e "s/@/\$5@/g" -e "s/=/\$5=/g" -e "s/?/\$5?/g" -e "s/E/\$5E/g" -e "s/+/\$2+/g" -e 's/\./\$1\./g' fur.txt > fur-conver.txt -- cgit v1.3