fetch

MSYS2-compatible system info prompt
git clone https://git.torresjrjr.com/fetch.git
Log | Files | Refs | README | LICENSE

commit 7a357efb467d5d75baf7cc7c37e68f5cb328d944
parent 0cd35b6d9a0a752d338b29c50c64ce70c07ebd15
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 18 Aug 2021 00:14:33 +0100

Adjust status whitespace

Diffstat:
Mfetch | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/fetch b/fetch @@ -34,12 +34,12 @@ ${c0}" ## Status status() { - padding; _title "${c5}%s@%s${c3} %s\n" - padding; _os "${c6}os ${c0}%s\n" - padding; _kernel "${c6}kernel ${c0}%s\n" - padding; _shell "${c6}shell ${c0}%s\n" - padding; _sshd "${c6}sshd ${c0}%s\n" - padding; _tmux "${c6}tmux ${c0}%s\n" + padding; _title "${c5}%s@%s ${c3}%s\n" + padding; _os "${c6}os ${c0}%s\n" + padding; _kernel "${c6}kernel ${c0}%s\n" + padding; _shell "${c6}shell ${c0}%s\n" + padding; _sshd "${c6}sshd ${c0}%s\n" + padding; _tmux "${c6}tmux ${c0}%s\n" # padding; _palette }