change niri and noctalia opacities
This commit is contained in:
parent
6c4170a4e4
commit
2d884aeb88
2 changed files with 9 additions and 9 deletions
|
|
@ -99,16 +99,16 @@
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = true;
|
||||||
width = 2;
|
width = 2;
|
||||||
active.color = config.scheme.withHashtag.${config.colors.accent};
|
active.color = config.scheme.withHashtag.${config.colors.accent} + "E6";
|
||||||
inactive.color = base01;
|
inactive.color = base01 + "E6";
|
||||||
urgent.color = base12;
|
urgent.color = base12 + "E6";
|
||||||
};
|
};
|
||||||
focus-ring = {
|
focus-ring = {
|
||||||
enable = false;
|
enable = false;
|
||||||
width = 2;
|
width = 2;
|
||||||
active.color = config.scheme.withHashtag.${config.colors.accent};
|
active.color = config.scheme.withHashtag.${config.colors.accent} + "E6";
|
||||||
inactive.color = base01;
|
inactive.color = base01 + "E6";
|
||||||
urgent.color = base12;
|
urgent.color = base12 + "E6";
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
bottom-right = 8.0;
|
bottom-right = 8.0;
|
||||||
};
|
};
|
||||||
clip-to-geometry = true;
|
clip-to-geometry = true;
|
||||||
opacity = 0.95;
|
opacity = 0.90;
|
||||||
background-effect = {
|
background-effect = {
|
||||||
xray = false;
|
xray = false;
|
||||||
blur = true;
|
blur = true;
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
is-active = false;
|
is-active = false;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
opacity = 0.925;
|
opacity = 0.875;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
bar = {
|
bar = {
|
||||||
autoHideDelay = 500;
|
autoHideDelay = 500;
|
||||||
autoShowDelay = 150;
|
autoShowDelay = 150;
|
||||||
backgroundOpacity = 0.975;
|
backgroundOpacity = 0.90;
|
||||||
monitors = [ ];
|
monitors = [ ];
|
||||||
showCapsule = true;
|
showCapsule = true;
|
||||||
barType = "simple";
|
barType = "simple";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue