forked from Shinonome/dots-hyprland
make tag buttons feel faster
This commit is contained in:
@@ -320,14 +320,7 @@ Item {
|
|||||||
tagButton.down ? Appearance.colors.colLayer2Active :
|
tagButton.down ? Appearance.colors.colLayer2Active :
|
||||||
tagButton.hovered ? Appearance.colors.colLayer2Hover :
|
tagButton.hovered ? Appearance.colors.colLayer2Hover :
|
||||||
Appearance.colors.colLayer2
|
Appearance.colors.colLayer2
|
||||||
|
|
||||||
Behavior on color {
|
|
||||||
ColorAnimation {
|
|
||||||
duration: Appearance.animation.elementMove.duration
|
|
||||||
easing.type: Appearance.animation.elementMove.type
|
|
||||||
easing.bezierCurve: Appearance.animation.elementMove.bezierCurve
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
contentItem: RowLayout {
|
contentItem: RowLayout {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user