From 49c2c013a23e804d9829660a1b9be767eca42f34 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:46:22 -0400 Subject: [PATCH] update polybar spacing --- modules/nixos/graphical/polybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/graphical/polybar.nix b/modules/nixos/graphical/polybar.nix index 9ed48ff..155f07e 100644 --- a/modules/nixos/graphical/polybar.nix +++ b/modules/nixos/graphical/polybar.nix @@ -161,7 +161,7 @@ "module/date" = { type = "internal/date"; interval = 1; - date = "%d %b %l:%M %p"; + date = "%d %b %l:%M %p"; date-alt = "%Y-%m-%d %H:%M:%S"; label = "%date%"; label-foreground = config.theme.colors.base0A;