Fix yellow and improve polybar
This commit is contained in:
parent
340cf28edb
commit
5521644b0d
2 changed files with 3 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
2
rice.nix
2
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue