forked from Shinonome/dots-hyprland
rename bar's "small circle button" + prevent init color shift
This commit is contained in:
-9
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user