From 6200fea6d5af30f7a2e8fe375513811216fa96ca Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sun, 22 Feb 2026 16:27:15 -0500 Subject: [PATCH] change niri and noctalia opacities --- home/tiling/niri.nix | 16 ++++++++-------- home/tiling/noctalia.nix | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 653ac7e..63a1fe0 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -99,16 +99,16 @@ border = { enable = true; width = 2; - active.color = config.scheme.withHashtag.${config.colors.accent}; - inactive.color = base01; - urgent.color = base12; + active.color = config.scheme.withHashtag.${config.colors.accent} + "E6"; + inactive.color = base01 + "E6"; + urgent.color = base12 + "E6"; }; focus-ring = { enable = false; width = 2; - active.color = config.scheme.withHashtag.${config.colors.accent}; - inactive.color = base01; - urgent.color = base12; + active.color = config.scheme.withHashtag.${config.colors.accent} + "E6"; + inactive.color = base01 + "E6"; + urgent.color = base12 + "E6"; }; shadow = { enable = true; @@ -128,7 +128,7 @@ bottom-right = 8.0; }; clip-to-geometry = true; - opacity = 0.95; + opacity = 0.90; background-effect = { xray = false; blur = true; @@ -167,7 +167,7 @@ is-active = false; } ]; - opacity = 0.925; + opacity = 0.875; } { matches = [ diff --git a/home/tiling/noctalia.nix b/home/tiling/noctalia.nix index 367a7c6..85a915f 100644 --- a/home/tiling/noctalia.nix +++ b/home/tiling/noctalia.nix @@ -63,7 +63,7 @@ bar = { autoHideDelay = 500; autoShowDelay = 150; - backgroundOpacity = 0.975; + backgroundOpacity = 0.90; monitors = [ ]; showCapsule = true; barType = "simple";