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-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;
};
};

View file

@ -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;