mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
niri: simple blur rule
This commit is contained in:
@@ -438,15 +438,9 @@ layer-rule {
|
|||||||
If using "Blur Layer" option, you may want the blurred layer to appear on overview only, that can be done with some layer rules:
|
If using "Blur Layer" option, you may want the blurred layer to appear on overview only, that can be done with some layer rules:
|
||||||
|
|
||||||
```kdl
|
```kdl
|
||||||
layer-rule {
|
|
||||||
match namespace="dms:blurwallpaper"
|
|
||||||
opacity 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
layer-rule {
|
layer-rule {
|
||||||
match namespace="dms:blurwallpaper"
|
match namespace="dms:blurwallpaper"
|
||||||
place-within-backdrop true
|
place-within-backdrop true
|
||||||
opacity 1.0
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
layer-rule {
|
|
||||||
match namespace="dms:blurwallpaper"
|
|
||||||
opacity 0.0
|
|
||||||
}
|
|
||||||
|
|
||||||
layer-rule {
|
layer-rule {
|
||||||
match namespace="dms:blurwallpaper"
|
match namespace="dms:blurwallpaper"
|
||||||
place-within-backdrop true
|
place-within-backdrop true
|
||||||
opacity 1.0
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user