From 90ccdc16b0b4d6a9732a427d8f52ba075cbc78ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Fri, 12 Aug 2022 21:23:02 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20linea=20a=20polybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/desktop/polybar.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/desktop/polybar.nix b/home/desktop/polybar.nix index f651e03..b11abba 100644 --- a/home/desktop/polybar.nix +++ b/home/desktop/polybar.nix @@ -37,9 +37,12 @@ fixed-center = false; background = "\${colors.background}"; - foreground = "\${colors.floating}"; + foreground = "\${colors.foreground}"; padding-right = 0; + line-size = 1; + line-color = "#f00"; + module-margin-left = 1; module-margin-right = 1;