diff options
author | listout <listout@protonmail.com> | 2022-10-08 12:32:12 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-10-08 12:32:12 +0530 |
commit | 78808d92b1f8c5d88e223ad4974fa83b6b918f21 (patch) | |
tree | 07732f18a80cb9654675fc0d02abdae90e7e8e9a | |
parent | 09be683b6707f31090ce8fa225ae218d85fff0b0 (diff) |
neofetch: minor fix, spelling
Signed-off-by: listout <listout@protonmail.com>
-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 bf6e5a1..99c49d6 100644 --- a/.config/neofetch/config +++ b/.config/neofetch/config @@ -13,7 +13,7 @@ print_info() { info " ${cl4}██ Kernel" kernel info " ${cl7}██ Shell" shell info " ${cl3}██ Packages" packages - info " ${cl1}██ uptime" uptime + info " ${cl1}██ Uptime" uptime info cols } |