Animated border, maybe nice?
This commit is contained in:
parent
91f029d5aa
commit
8db9ece72e
1 changed files with 11 additions and 5 deletions
|
@ -114,7 +114,8 @@ general {
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg
|
# col.active_border = rgba(d65d0ecc) rgba(eb994944) 45deg
|
||||||
|
col.active_border = rgba(d65d0ecc) rgba(eb994980) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
|
@ -142,10 +143,13 @@ decoration {
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 3
|
size = 2
|
||||||
passes = 1
|
passes = 2
|
||||||
|
|
||||||
vibrancy = 0.1696
|
vibrancy = 0.5
|
||||||
|
vibrancy_darkness = 0.5
|
||||||
|
noise = 0.17
|
||||||
|
contrast = .85
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -162,7 +166,9 @@ animations {
|
||||||
animation = windowsOut, 1, 3, default, slide
|
animation = windowsOut, 1, 3, default, slide
|
||||||
#animation = windowsOut, 1, 7, default, popin 80%
|
#animation = windowsOut, 1, 7, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
#animation = borderangle, 1, 8, default
|
||||||
|
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
||||||
|
animation = borderangle, 1, 80, linear, loop
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue