From 83a9d7e8fa1b9690bd4f96920357bcb03575e9bd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 4 Nov 2022 07:34:19 +0100 Subject: [PATCH] Update polybar stryle --- hm_modules/polybar.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index a2a0432..7111408 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -182,8 +182,8 @@ in label = let common = { - padding = 0; - separator = "&nsbp;&nsbp;"; + padding = 1; + # separator = " "; text = "%name%"; }; in @@ -195,7 +195,7 @@ in }; empty = recursiveUpdate (recursiveUpdate colors.normal common) { text = "ยท"; - padding = 0; + padding = 1; }; }; };