mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 02:33:45 +02:00
chore: better blur effect
This commit is contained in:
parent
d3daecb80c
commit
55bfe565f1
2 changed files with 6 additions and 4 deletions
|
@ -4,17 +4,19 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 8
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 12
|
size = 8
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
# new_optimizations = on
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
xray = false
|
xray = false
|
||||||
# blurls = swayosd
|
# blurls = swayosd
|
||||||
# blurls = waybar
|
# blurls = waybar
|
||||||
|
blurls = vesktop
|
||||||
|
blurls = Code
|
||||||
}
|
}
|
||||||
|
|
||||||
active_opacity = 1
|
active_opacity = 1
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 717aafaa5dbb2a296f7a9881b822e34c4040d6f8
|
Subproject commit 5218302cc3f66d1fc58c5806adbf22af6c3208ed
|
Loading…
Add table
Reference in a new issue