✨ adjust border and anims
This commit is contained in:
@@ -18,7 +18,7 @@ general {
|
|||||||
gaps_out = 6
|
gaps_out = 6
|
||||||
|
|
||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = rgba(5BCEFAFF) rgba(F5A9B8FF) rgba(FFFFFFFF) rgba(FFF430FF) rgba(FFFFFFFF) rgba(9C59D1FF) rgba(000000FF) 45deg;
|
col.active_border = rgba(5BCEFAFF) rgba(F5A9B8FF) rgba(FFFFFFFF) rgba(FFF430FF) rgba(FFFFFFFF) rgba(9C59D1FF) 45deg;
|
||||||
col.inactive_border = rgba(5BCEFA25) rgba(F5A9B825) rgba(FFFFFF25) rgba(FFF43025) rgba(FFFFFF25) rgba(9C59D125) rgba(00000025) 45deg;
|
col.inactive_border = rgba(5BCEFA25) rgba(F5A9B825) rgba(FFFFFF25) rgba(FFF43025) rgba(FFFFFF25) rgba(9C59D125) rgba(00000025) 45deg;
|
||||||
|
|
||||||
no_border_on_floating = false
|
no_border_on_floating = false
|
||||||
@@ -65,22 +65,22 @@ animations {
|
|||||||
bezier = standard, 0.2, 0, 0, 1
|
bezier = standard, 0.2, 0, 0, 1
|
||||||
bezier = linear, 1, 1, 1, 1
|
bezier = linear, 1, 1, 1, 1
|
||||||
|
|
||||||
animation = layersIn, 1, 10, emphasizedDecel, slide
|
animation = layersIn, 1, 3, emphasizedDecel, slide
|
||||||
animation = layersOut, 1, 8, emphasizedAccel, slide
|
animation = layersOut, 1, 3, emphasizedAccel, slide
|
||||||
animation = fadeLayers, 1, 10, standard
|
animation = fadeLayers, 1, 3, standard
|
||||||
|
|
||||||
animation = windowsIn, 1, 10, emphasizedDecel
|
animation = windowsIn, 1, 3, emphasizedDecel
|
||||||
animation = windowsOut, 1, 6, emphasizedAccel
|
animation = windowsOut, 1, 3, emphasizedAccel
|
||||||
animation = windowsMove, 1, 6, standard
|
animation = windowsMove, 1, 3, standard
|
||||||
|
|
||||||
animation = border, 1, 12, default
|
animation = border, 1, 3, default
|
||||||
animation = borderangle, 1, 30, linear, loop
|
animation = borderangle, 1, 30, linear, loop
|
||||||
animation = workspaces, 1, 10, standard
|
animation = workspaces, 1, 10, standard
|
||||||
|
|
||||||
animation = specialWorkspace, 1, 8, specialWorkSwitch, slidefadevert 15%
|
animation = specialWorkspace, 1, 3, specialWorkSwitch, slidefadevert 15%
|
||||||
|
|
||||||
animation = fade, 1, 12, standard
|
animation = fade, 1, 3, standard
|
||||||
animation = fadeDim, 1, 12, standard
|
animation = fadeDim, 1, 3, standard
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user