change niri and noctalia opacities

This commit is contained in:
Sean Kovacs 2026-02-22 16:27:15 -05:00
commit 6200fea6d5
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 9 additions and 9 deletions

View file

@ -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 = [

View file

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