This commit is contained in:
Stephan Raabe
2023-12-23 17:12:53 +01:00
parent 3c62620385
commit fa5536e1f1
33 changed files with 220 additions and 34 deletions
@@ -7,8 +7,8 @@ decoration {
rounding = 0
blur {
enabled = true
size = 20
passes = 2
size = 12
passes = 6
new_optimizations = on
ignore_opacity = true
xray = true
@@ -7,12 +7,12 @@ decoration {
rounding = 10
blur {
enabled = true
size = 20
passes = 2
size = 12
passes = 4
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
blurls = waybar
}
active_opacity = 0.9
inactive_opacity = 0.6
+3 -3
View File
@@ -7,12 +7,12 @@ decoration {
rounding = 10
blur {
enabled = true
size = 20
passes = 2
size = 12
passes = 4
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
blurls = waybar
}
active_opacity = 0.9
inactive_opacity = 0.6
@@ -7,8 +7,8 @@ decoration {
rounding = 10
blur {
enabled = true
size = 20
passes = 2
size = 12
passes = 6
new_optimizations = on
ignore_opacity = true
xray = true
+25
View File
@@ -0,0 +1,25 @@
# -----------------------------------------------------
# General window decoration
# name: "Default"
# -----------------------------------------------------
decoration {
rounding = 10
blur {
enabled = true
size = 6
passes = 2
new_optimizations = on
ignore_opacity = true
xray = true
# blurls = waybar
}
active_opacity = 1.0
inactive_opacity = 0.8
fullscreen_opacity = 1.0
drop_shadow = true
shadow_range = 30
shadow_render_power = 3
col.shadow = 0x66000000
}