use noctalia's new blur support
This commit is contained in:
parent
476538c4cb
commit
3c83c0a928
2 changed files with 3 additions and 11 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue