use noctalia's new blur support

This commit is contained in:
Sean Kovacs 2026-03-11 15:13:33 -04:00
commit 8ce1ce4178
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 3 additions and 11 deletions

View file

@ -191,15 +191,6 @@
} }
]; ];
layer-rules = [ layer-rules = [
{
matches = [ { namespace = "noctalia-bar-content-.*$"; } ];
background-effect = {
xray = false;
blur = true;
noise = 0.05;
saturation = 1;
};
}
{ {
matches = [ { namespace = "^launcher$"; } ]; matches = [ { namespace = "^launcher$"; } ];
background-effect = { background-effect = {

View file

@ -354,6 +354,7 @@
clockStyle = "custom"; clockStyle = "custom";
compactLockScreen = false; compactLockScreen = false;
dimmerOpacity = 0.5; dimmerOpacity = 0.5;
enableBlurBehind = true;
enableLockScreenCountdown = true; enableLockScreenCountdown = true;
enableShadows = false; enableShadows = false;
forceBlackScreenCorners = false; forceBlackScreenCorners = false;
@ -423,7 +424,7 @@
}; };
notifications = { notifications = {
backgroundOpacity = 1; backgroundOpacity = 0.90;
criticalUrgencyDuration = 15; criticalUrgencyDuration = 15;
enableBatteryToast = true; enableBatteryToast = true;
enableKeyboardLayoutToast = true; enableKeyboardLayoutToast = true;
@ -549,7 +550,7 @@
fontFixed = "FiraMono Nerd Font Mono"; fontFixed = "FiraMono Nerd Font Mono";
fontFixedScale = 1; fontFixedScale = 1;
networkPanelView = "wifi"; networkPanelView = "wifi";
panelBackgroundOpacity = 1; panelBackgroundOpacity = 0.90;
panelsAttachedToBar = true; panelsAttachedToBar = true;
settingsPanelMode = "attached"; settingsPanelMode = "attached";
tooltipsEnabled = true; tooltipsEnabled = true;