From 92df7f4410e4b5a98b89aaadaa803b42b4c1e6b2 Mon Sep 17 00:00:00 2001 From: Sulaxan <43836460+Sulaxan@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:24:48 -0500 Subject: [PATCH] remove null values --- winbar.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/winbar.json b/winbar.json index 4116be4..fc2570d 100644 --- a/winbar.json +++ b/winbar.json @@ -28,8 +28,6 @@ "StaticText": { "text": "Winbar!", "styles": { - "bg_color": "Default", - "fg_color": "Default", "border_style": "Square", "font": null, "font_size": null, @@ -44,8 +42,6 @@ "DateTime": { "format": "%F %r", "styles": { - "bg_color": "Default", - "fg_color": "Default", "border_style": "Square", "font": null, "font_size": null,