From 61694f13bee6aeb4c30fe293fc0d3cbaeb2c5cb2 Mon Sep 17 00:00:00 2001 From: Bun Date: Tue, 29 Apr 2025 23:46:59 -0400 Subject: [PATCH] Remove confusing output from fastfetch --- modules/home/programs/terminal/fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/terminal/fastfetch/config.jsonc b/modules/home/programs/terminal/fastfetch/config.jsonc index cf59c49f..cae0ed27 100644 --- a/modules/home/programs/terminal/fastfetch/config.jsonc +++ b/modules/home/programs/terminal/fastfetch/config.jsonc @@ -81,7 +81,7 @@ }, { "type": "command", - "text": "date -d @$(stat -c %W /persist) '+%a %b %d %r %Z %Y'", + "text": "date -d @$(stat -c %W /persist) '+%a %b %d %r %Y'", "key": "󰶡 " },