diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 11:59:46 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 11:59:46 -0500 |
| commit | edf30d98be13f0fc224cb2e0bcd30f2b94a62b0d (patch) | |
| tree | 56c094c6cf89533c91b50e882e7af6707045a290 /env/.config/fastfetch/gen.sh | |
| parent | a011b229a6de694d488af0a8bb584d8c52136e66 (diff) | |
Squashed commit of the following:
vis update script
st fcitx5 fix
ascii change
Diffstat (limited to 'env/.config/fastfetch/gen.sh')
| -rwxr-xr-x | env/.config/fastfetch/gen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.config/fastfetch/gen.sh b/env/.config/fastfetch/gen.sh index 058fa74..dd55b39 100755 --- a/env/.config/fastfetch/gen.sh +++ b/env/.config/fastfetch/gen.sh @@ -1,9 +1,9 @@ #!/bin/sh -ascii -w 500 -h 500 -c color -p -s 13 -b 13 -d "CA@876543210?==. " "/home/iceyrazor/out.png" > fur.txt +ascii -w 1000 -h 500 -c color -p -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 -cat fur.txt | sed -e "s/5/\$55/g" -e "s/4/\$54/g" -e "s/1/\$51/g" -e "s/0/\$50/g" -e "s/3/\$53/g" -e "s/2/\$52/g" -e "s/6/\$56/g" -e "s/W/\$5W/g" -e "s/@/\$5@/g" -e "s/=/\$2=/g" -e "s/?/\$5?/g" -e "s/E/\$5E/g" -e "s/?/\$3?/g" -e "s/+/\$2+/g" -e 's/\./\$1\./g' > fur-conver.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 |
