rename bar's "small circle button" + prevent init color shift

This commit is contained in:
end-4
2025-05-09 20:25:16 +02:00
parent aa07895a97
commit b99fe14214
3 changed files with 2 additions and 66 deletions
@@ -23,15 +23,6 @@ Button {
radius: Appearance.rounding.full
color: (button.down || extraActiveCondition) ? Appearance.colors.colLayer2Active : (button.hovered ? Appearance.colors.colLayer2Hover : Appearance.colors.colLayer2)
Behavior on color {
ColorAnimation {
duration: Appearance.animation.elementMove.duration
easing.type: Appearance.animation.elementMove.type
easing.bezierCurve: Appearance.animation.elementMove.bezierCurve
}
}
}
}
@@ -19,7 +19,7 @@ Rectangle {
spacing: 4
anchors.centerIn: parent
SmallCircleButton {
CircleUtilButton {
Layout.alignment: Qt.AlignVCenter
onClicked: Hyprland.dispatch("exec grimblast copy area")
@@ -32,7 +32,7 @@ Rectangle {
}
SmallCircleButton {
CircleUtilButton {
Layout.alignment: Qt.AlignVCenter
onClicked: Hyprland.dispatch("exec hyprpicker -a")