Fix yellow and improve polybar

This commit is contained in:
Filippo Berto 2022-12-31 15:56:56 +01:00
parent 340cf28edb
commit 5521644b0d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 3 additions and 9 deletions

View file

@ -69,10 +69,7 @@ let
line-size = 2; line-size = 2;
line-color = colors.normal.underline; line-color = colors.normal.underline;
padding = 0; padding = 0;
module.margin = { module.margin = 0;
left = 0;
right = 0;
};
separator = " "; separator = " ";
border = { border = {
color = colors.transparent; color = colors.transparent;
@ -198,10 +195,7 @@ in
urgent = recursiveUpdate (recursiveUpdate common colors.active) { urgent = recursiveUpdate (recursiveUpdate common colors.active) {
background = colors.alert; background = colors.alert;
}; };
empty = recursiveUpdate (recursiveUpdate common colors.normal) { empty = recursiveUpdate common colors.normal;
# text = "⏺";
padding = 1;
};
}; };
}; };

View file

@ -16,7 +16,7 @@ rec {
black = theme.color0; black = theme.color0;
red = theme.color1; red = theme.color1;
green = theme.color2; green = theme.color2;
yellow = theme.color0; yellow = theme.color3;
blue = theme.color4; blue = theme.color4;
magenta = theme.color5; magenta = theme.color5;
cyan = theme.color6; cyan = theme.color6;