aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2020-03-10 12:27:37 +0200
committerDylan Araps <dylan.araps@gmail.com>2020-03-10 12:27:37 +0200
commitaa22d4e32daadb400f5a5e1e41b8cab28f39a554 (patch)
treefbc08791fba53c662512784ccb93122080a75c1c
parentc0d0d65aa04ca1dea17e4287d89d1e5eaa391ea8 (diff)
downloadpfetch-aa22d4e32daadb400f5a5e1e41b8cab28f39a554.tar.gz
pfetch: bold ascii
-rwxr-xr-xpfetch5
1 files changed, 3 insertions, 2 deletions
diff --git a/pfetch b/pfetch
index 4e67358..af861ec 100755
--- a/pfetch
+++ b/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
+ $ascii
EOF
}
}