visual changes
This commit is contained in:
+24
-10
@@ -45,19 +45,19 @@ input {
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
gaps_out = 10
|
||||
border_size = 4
|
||||
col.active_border = $color4 $color0 $color4 45deg
|
||||
col.inactive_border = $color0
|
||||
no_border_on_floating = true
|
||||
no_cursor_warps = false
|
||||
no_cursor_warps = true
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 20
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
blur {
|
||||
@@ -75,15 +75,28 @@ decoration {
|
||||
animations {
|
||||
enabled = yes
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = myBezier, 0.58, 0.9, 0.5, 0.97
|
||||
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
||||
bezier = Boing, 0.68, -0.6, 0.32, 1.6
|
||||
bezier = Boing2, 0.175, 0.885, 0.32, 1.25
|
||||
bezier = OutEase, 0.16, 1, 0.3, 1
|
||||
bezier = FadeCurve, 0, 1, 0, 1
|
||||
bezier = FadeCurve, 0.98, 0, 0.7, 0.25
|
||||
|
||||
animation = global, 1, 7, default
|
||||
animation = windows, 1, 3, FadeCurve, slide
|
||||
animation = border, 0, 1, default
|
||||
animation = workspaces, 1, 15, FadeCurve, fade
|
||||
animation = global, 1, 10, linear
|
||||
animation = fade, 1, 3, FadeCurve
|
||||
animation = fadeSwitch, 1, 5, FadeCurve
|
||||
animation = fadeIn, 1, 1, FadeCurve
|
||||
animation = fadeOut, 0, 3, FadeCurve
|
||||
animation = fadeDim, 1, 20, linear
|
||||
animation = windows, 0, 10, linear, popin
|
||||
animation = windowsMove, 1, 3, myBezier, popin
|
||||
animation = windowsIn, 1, 3, myBezier, popin
|
||||
animation = borderangle, 1, 100, linear, loop
|
||||
animation = workspaces, 1, 5, myBezier, fade
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Dwindle-Layout/
|
||||
@@ -91,6 +104,7 @@ dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
force_split = 2
|
||||
no_gaps_when_only = 0
|
||||
}
|
||||
|
||||
misc {
|
||||
|
||||
Reference in New Issue
Block a user