diff options
author | listout <listout@protonmail.com> | 2022-08-25 01:17:35 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:43 +0530 |
commit | a40afb0192e66b7cfbe6ae44cab80bbad171327c (patch) | |
tree | cf16983af934739dec2e86ffe5f8c5c7ee4f72ec /.config/neofetch | |
parent | df648821092860e70071a16946fb3cc04a8d5d12 (diff) |
neofetch: show uptime
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/neofetch')
-rw-r--r-- | .config/neofetch/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/neofetch/config b/.config/neofetch/config index 602f06d..bf6e5a1 100644 --- a/.config/neofetch/config +++ b/.config/neofetch/config @@ -11,9 +11,9 @@ print_info() { info " ${cl2}██ GPU" gpu info " ${cl6}██ Distro" distro info " ${cl4}██ Kernel" kernel - info " ${cl1}██ WM" wm info " ${cl7}██ Shell" shell info " ${cl3}██ Packages" packages + info " ${cl1}██ uptime" uptime info cols } |