From 8ce1ce4178a5ed7f65659d92d55113f6738b3a8b Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Wed, 11 Mar 2026 15:13:33 -0400 Subject: [PATCH] use noctalia's new blur support --- home/tiling/niri.nix | 9 --------- home/tiling/noctalia.nix | 5 +++-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/home/tiling/niri.nix b/home/tiling/niri.nix index 659f1f9..a7d5490 100644 --- a/home/tiling/niri.nix +++ b/home/tiling/niri.nix @@ -191,15 +191,6 @@ } ]; layer-rules = [ - { - matches = [ { namespace = "noctalia-bar-content-.*$"; } ]; - background-effect = { - xray = false; - blur = true; - noise = 0.05; - saturation = 1; - }; - } { matches = [ { namespace = "^launcher$"; } ]; background-effect = { diff --git a/home/tiling/noctalia.nix b/home/tiling/noctalia.nix index b6791bd..a083222 100644 --- a/home/tiling/noctalia.nix +++ b/home/tiling/noctalia.nix @@ -354,6 +354,7 @@ clockStyle = "custom"; compactLockScreen = false; dimmerOpacity = 0.5; + enableBlurBehind = true; enableLockScreenCountdown = true; enableShadows = false; forceBlackScreenCorners = false; @@ -423,7 +424,7 @@ }; notifications = { - backgroundOpacity = 1; + backgroundOpacity = 0.90; criticalUrgencyDuration = 15; enableBatteryToast = true; enableKeyboardLayoutToast = true; @@ -549,7 +550,7 @@ fontFixed = "FiraMono Nerd Font Mono"; fontFixedScale = 1; networkPanelView = "wifi"; - panelBackgroundOpacity = 1; + panelBackgroundOpacity = 0.90; panelsAttachedToBar = true; settingsPanelMode = "attached"; tooltipsEnabled = true;