Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit aa22d4e

Browse files
committed
pfetch: bold ascii
1 parent c0d0d65 commit aa22d4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pfetch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,10 +1474,11 @@ main() {
14741474
[ "$out" ] && break
14751475
done
14761476

1477-
printf '\033[%sC%s\r%s\n' "$ascii_width" "$out" "$line" >&6
1477+
printf '\033[%sC%s\033[m\r\033[1m%s\033[m\n' \
1478+
"$ascii_width" "$out" "$line" >&6
14781479
out=
14791480
done <<-EOF
1480-
$ascii[m
1481+
$ascii
14811482
EOF
14821483
}
14831484
}

0 commit comments

Comments
 (0)