From 34038b6472cda39728ff252f00258c521e4b4821 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 14 Sep 2024 21:54:17 -0400 Subject: [PATCH] fastfetch: add days to uptime --- homeManagerModules/apps/fastfetch/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/apps/fastfetch/config.nix b/homeManagerModules/apps/fastfetch/config.nix index 8907bb10..dc24db90 100644 --- a/homeManagerModules/apps/fastfetch/config.nix +++ b/homeManagerModules/apps/fastfetch/config.nix @@ -24,7 +24,7 @@ type = "os"; } { - format = "{2}h {3}m"; + format = "{1}d {2}h {3}m"; key = "uptime"; keyColor = "33"; type = "uptime";