Update wlogout text colour on hover
Adjust bezier curve for hyprland animations
This commit is contained in:
parent
10c541b59a
commit
318a7d965e
|
@ -81,7 +81,7 @@ in ''
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0, 0, 0.58, 1
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, 7, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba(183, 189, 248, .05);
|
background-color: rgba(183, 189, 248, .05);
|
||||||
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
|
|
Loading…
Reference in a new issue