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-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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
2
rice.nix
2
rice.nix
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue