update decoration
This commit is contained in:
@@ -1,22 +1,21 @@
|
|||||||
general {
|
general {
|
||||||
# Gaps and border
|
# Gaps & borders – light and uncluttered
|
||||||
gaps_in = 4
|
gaps_in = 4
|
||||||
gaps_out = 5
|
gaps_out = 6
|
||||||
gaps_workspaces = 50
|
gaps_workspaces = 32
|
||||||
|
|
||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = rgba(0DB7D4FF)
|
col.active_border = rgba(0DB7D4FF)
|
||||||
col.inactive_border = rgba(31313600)
|
col.inactive_border = rgba(31313633)
|
||||||
|
|
||||||
no_focus_fallback = true
|
no_focus_fallback = true
|
||||||
|
allow_tearing = true
|
||||||
allow_tearing = true # This just allows the `immediate` window rule to work
|
|
||||||
|
|
||||||
snap {
|
snap {
|
||||||
enabled = true
|
enabled = true
|
||||||
window_gap = 4
|
window_gap = 4
|
||||||
monitor_gap = 5
|
monitor_gap = 6
|
||||||
respect_gaps = true
|
respect_gaps = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -24,55 +23,46 @@ dwindle {
|
|||||||
preserve_split = true
|
preserve_split = true
|
||||||
smart_split = false
|
smart_split = false
|
||||||
smart_resizing = false
|
smart_resizing = false
|
||||||
# precise_mouse_move = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 18
|
rounding = 10
|
||||||
|
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = yes
|
||||||
ignore_window = true
|
range = 16
|
||||||
range = 30
|
render_power = 2
|
||||||
offset = 0 2
|
color = rgba(00000040)
|
||||||
render_power = 4
|
|
||||||
color = rgba(00000010)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dim
|
blur {
|
||||||
dim_inactive = true
|
enabled = yes
|
||||||
dim_strength = 0.025
|
size = 5
|
||||||
dim_special = 0.07
|
passes = 2
|
||||||
|
vibrancy = 0.14
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = yes
|
||||||
# Curves
|
|
||||||
bezier = expressiveFastSpatial, 0.42, 1.67, 0.21, 0.90
|
# Light, fast easing — no bounce, no drag
|
||||||
bezier = expressiveSlowSpatial, 0.39, 1.29, 0.35, 0.98
|
bezier = breeze, 0.22, 0.61, 0.36, 1.0
|
||||||
bezier = expressiveDefaultSpatial, 0.38, 1.21, 0.22, 1.00
|
|
||||||
bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1
|
# Windows: quick, soft, intentional
|
||||||
bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15
|
animation = windows, 1, 5, breeze, slidefade
|
||||||
bezier = standardDecel, 0, 0, 0, 1
|
animation = windowsOut, 1, 4, breeze, slidefade
|
||||||
bezier = menu_decel, 0.1, 1, 0, 1
|
|
||||||
bezier = menu_accel, 0.52, 0.03, 0.72, 0.08
|
# Workspaces: airy glide, finishes fast
|
||||||
# Configs
|
animation = workspaces, 1, 5, breeze, slide
|
||||||
# windows
|
|
||||||
animation = windowsIn, 1, 3, emphasizedDecel, popin 80%
|
# Subtle polish
|
||||||
animation = windowsOut, 1, 2, emphasizedDecel, popin 90%
|
animation = fade, 1, 4, breeze
|
||||||
animation = windowsMove, 1, 3, emphasizedDecel, slide
|
animation = windowsMove, 1, 3, breeze
|
||||||
animation = border, 1, 10, emphasizedDecel
|
animation = border, 1, 3, breeze
|
||||||
# layers
|
|
||||||
animation = layersIn, 1, 2.7, emphasizedDecel, popin 93%
|
|
||||||
animation = layersOut, 1, 2.4, menu_accel, popin 94%
|
|
||||||
# fade
|
|
||||||
animation = fadeLayersIn, 1, 0.5, menu_decel
|
|
||||||
animation = fadeLayersOut, 1, 2.7, menu_accel
|
|
||||||
# workspaces
|
|
||||||
animation = workspaces, 1, 7, menu_decel, slide
|
|
||||||
## specialWorkspace
|
|
||||||
animation = specialWorkspaceIn, 1, 2.8, emphasizedDecel, slidevert
|
|
||||||
animation = specialWorkspaceOut, 1, 1.2, emphasizedAccel, slidevert
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gesture = 3, horizontal, workspace
|
||||||
|
|
||||||
|
gesture = 3, down, fullscreen, 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user