diff --git a/home_manager/modules/polybar.nix b/home_manager/modules/polybar.nix index b6c5f23..5a0934a 100644 --- a/home_manager/modules/polybar.nix +++ b/home_manager/modules/polybar.nix @@ -36,7 +36,7 @@ let selected = { foreground = colorPalette.bright.white; background = color.setAlphaRgba alpha (color.brighten 10 colorPalette.bright.black); - underline = builtins.trace colorPalette.bright.red colorPalette.bright.red; + underline = colorPalette.bright.red; }; alert = colorPalette.bright.red; @@ -60,10 +60,7 @@ let foreground = colors.normal.foreground; line-size = 2; line-color = colors.normal.underline; - padding = { - left = 0; - right = 0; - }; + padding = { left = 0; right = 0; }; module.margin = { left = 0; right = 0; }; separator = " "; border = { diff --git a/rice.nix b/rice.nix index 69bdbc8..6b24cca 100644 --- a/rice.nix +++ b/rice.nix @@ -14,13 +14,12 @@ in blue = mkpm.blue; green = mkpm.green; red = mkpm.red; - white = mkpm.base7; + white = mkpm.base8; yellow = mkpm.yellow; }; bright = palette.brighten 10 normal // { red = mkpm.orange; black = mkpm.base3; - white = mkpm.base8; }; dark = palette.darken 10 normal // { black = mkpm.base0;