pfetch: bold ascii
This commit is contained in:
parent
c0d0d65aa0
commit
aa22d4e32d
1 changed files with 3 additions and 2 deletions
5
pfetch
5
pfetch
|
@ -1474,10 +1474,11 @@ main() {
|
|||
[ "$out" ] && break
|
||||
done
|
||||
|
||||
printf '\033[%sC%s\r%s\n' "$ascii_width" "$out" "$line" >&6
|
||||
printf '\033[%sC%s\033[m\r\033[1m%s\033[m\n' \
|
||||
"$ascii_width" "$out" "$line" >&6
|
||||
out=
|
||||
done <<-EOF
|
||||
$ascii[m
|
||||
$ascii
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue