diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-11-03 01:42:45 +0000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-11-03 01:42:45 +0000 |
| commit | 24498852fd8f79d35f8e84e554e0f312b851f95f (patch) | |
| tree | a245032d764d6ebce10f9905b9a1e025ff058fb6 | |
| parent | a1bbe9749c9a934d768d57f2bbdc20a92448d247 (diff) | |
| download | pfetch-24498852fd8f79d35f8e84e554e0f312b851f95f.tar.gz | |
pfetch: minor fixes
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1031,7 +1031,7 @@ get_ascii() { [Ll]inux*) read_ascii 4 <<-EOF ${c4} ___ - (${c7}.ยท ${c4}| + (${c7}.. ${c4}| (${c5}<> ${c4}| / ${c7}__ ${c4}\\ ( ${c7}/ \\ ${c4}/| @@ -1334,6 +1334,8 @@ main() { set -f set +f ${PF_INFO-ascii title os host kernel uptime pkgs memory} + # Grab the ascii art if the user has enabled it. This simply + # populates the '$ascii' variable. case $@ in *ascii*) get_ascii; shift; esac # Iterate over the info functions to determine the lengths of the |
