niri: disable xray, make fuzzel transparent
This commit is contained in:
parent
998907bbb9
commit
1ef4b29b51
2 changed files with 12 additions and 13 deletions
|
|
@ -32,16 +32,16 @@
|
||||||
radius = 8;
|
radius = 8;
|
||||||
};
|
};
|
||||||
colors = with config.scheme; {
|
colors = with config.scheme; {
|
||||||
background = base00 + "ff";
|
background = base00 + "E6";
|
||||||
text = base05 + "ff";
|
text = base05 + "E6";
|
||||||
prompt = base04 + "ff";
|
prompt = base04 + "E6";
|
||||||
placeholder = base04 + "ff";
|
placeholder = base04 + "E6";
|
||||||
input = base05 + "ff";
|
input = base05 + "E6";
|
||||||
match = config.scheme.withHashtag.${config.colors.accent} + "ff";
|
match = config.scheme.withHashtag.${config.colors.accent} + "FF";
|
||||||
selection = base04 + "ff";
|
selection = base04 + "E6";
|
||||||
selection-text = base00 + "ff";
|
selection-text = base00 + "E6";
|
||||||
counter = base04 + "ff";
|
counter = base04 + "E6";
|
||||||
border = config.scheme.withHashtag.${config.colors.accent} + "ff";
|
border = config.scheme.withHashtag.${config.colors.accent} + "FF";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
opacity = 0.90;
|
opacity = 0.90;
|
||||||
background-effect = {
|
background-effect = {
|
||||||
xray = true;
|
xray = false;
|
||||||
blur = true;
|
blur = true;
|
||||||
noise = 0.05;
|
noise = 0.05;
|
||||||
saturation = 1;
|
saturation = 1;
|
||||||
|
|
@ -202,9 +202,8 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [ { namespace = "^launcher$"; } ];
|
matches = [ { namespace = "^launcher$"; } ];
|
||||||
opacity = 0.90;
|
|
||||||
background-effect = {
|
background-effect = {
|
||||||
xray = true;
|
xray = false;
|
||||||
blur = true;
|
blur = true;
|
||||||
noise = 0.05;
|
noise = 0.05;
|
||||||
saturation = 1;
|
saturation = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue