bar: scroll hint: adjust color and anim curve

This commit is contained in:
end-4
2025-05-16 13:41:48 +02:00
parent c00b43f99f
commit 15ac370409
3 changed files with 50 additions and 28 deletions
+3
View File
@@ -108,9 +108,11 @@ Scope {
ScrollHint {
reveal: barLeftSideMouseArea.hovered
icon: "light_mode"
tooltipText: "Scroll to change brightness"
side: "left"
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
}
RowLayout { // Content
@@ -281,6 +283,7 @@ Scope {
ScrollHint {
reveal: barRightSideMouseArea.hovered
icon: "volume_up"
tooltipText: "Scroll to change volume"
side: "right"
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter