From f42a21d43b6c35596cc1c92c0e78af61559d985a Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 23 Nov 2024 06:47:26 +0100 Subject: [PATCH] zsh: lint status.jsonc --- fastfetch/status.jsonc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fastfetch/status.jsonc b/fastfetch/status.jsonc index 308f5d2..ae9bc29 100644 --- a/fastfetch/status.jsonc +++ b/fastfetch/status.jsonc @@ -64,7 +64,7 @@ "disk", { "type": "physicaldisk", - "temp": true + "temp": true, }, // "diskio", @@ -74,7 +74,7 @@ "dns", { "type": "publicip", - "timeout": 1000 + "timeout": 1000, }, { "type": "localip", @@ -84,7 +84,7 @@ "showMtu": false, "showLoop": false, "showFlags": false, - "showAllIps": true + "showAllIps": true, }, // "netio", @@ -92,10 +92,10 @@ "datetime", { - "type": "weather", - "timeout": 1000 + "type": "weather", + "timeout": 1000, }, "break", - ] + ], }