Updated config

This commit is contained in:
2025-02-11 17:37:34 +01:00
parent 483f1614a0
commit 8931c1696f
9 changed files with 83 additions and 36 deletions

View File

@ -1,15 +1,15 @@
general {
gaps_in = 5
gaps_out = 10
border_size = 2
border_size = 1
allow_tearing = true
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgb(7f7f7f)
col.inactive_border = rgb(4f4f4f)
}
decoration {
rounding = 5
active_opacity = 0.8
active_opacity = 1.0
inactive_opacity = 0.8
blur {
@ -19,7 +19,12 @@ decoration {
}
shadow {
enabled = false
enabled = true
range = 100
render_power = 3
color = rgba(1a1a1aaf)
offset = 0 40
scale = 0.9
}
}