diff options
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 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 } |