From 5521644b0d9a3f26a946b9b767e8326463f92ad1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 31 Dec 2022 15:56:56 +0100 Subject: [PATCH] Fix yellow and improve polybar --- hm_modules/polybar.nix | 10 ++-------- rice.nix | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index 207db4b..acba923 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -69,10 +69,7 @@ let line-size = 2; line-color = colors.normal.underline; padding = 0; - module.margin = { - left = 0; - right = 0; - }; + module.margin = 0; separator = " "; border = { color = colors.transparent; @@ -198,10 +195,7 @@ in urgent = recursiveUpdate (recursiveUpdate common colors.active) { background = colors.alert; }; - empty = recursiveUpdate (recursiveUpdate common colors.normal) { - # text = "⏺"; - padding = 1; - }; + empty = recursiveUpdate common colors.normal; }; }; diff --git a/rice.nix b/rice.nix index 48987ee..0f490d9 100644 --- a/rice.nix +++ b/rice.nix @@ -16,7 +16,7 @@ rec { black = theme.color0; red = theme.color1; green = theme.color2; - yellow = theme.color0; + yellow = theme.color3; blue = theme.color4; magenta = theme.color5; cyan = theme.color6;