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