mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
niri blur
This commit is contained in:
parent
9f15e013e2
commit
e1fc70044c
6 changed files with 64 additions and 34 deletions
|
|
@ -98,13 +98,13 @@
|
|||
matches = [
|
||||
{ is-focused = true; }
|
||||
];
|
||||
opacity = 0.95;
|
||||
opacity = 0.92;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{ is-focused = false; }
|
||||
];
|
||||
opacity = 0.85;
|
||||
opacity = 0.75;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
|
|
|
|||
|
|
@ -4,8 +4,40 @@ let
|
|||
extraConfig =
|
||||
# kdl
|
||||
''
|
||||
blur {
|
||||
passes 3
|
||||
offset 3
|
||||
noise 0.02
|
||||
saturation 1.5
|
||||
}
|
||||
window-rule {
|
||||
background-effect {
|
||||
xray true
|
||||
blur {
|
||||
on
|
||||
}
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="launcher"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
}
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="noctalia-bar-content-*"
|
||||
background-effect {
|
||||
xray false
|
||||
blur {
|
||||
on
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
recent-windows {
|
||||
// off
|
||||
open-delay-ms 150
|
||||
|
||||
highlight {
|
||||
|
|
@ -43,9 +75,6 @@ let
|
|||
# layout {
|
||||
# blur {
|
||||
# on
|
||||
# passes 2
|
||||
# radius 5
|
||||
# noise 0.1
|
||||
# }
|
||||
# ''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue