Change bar scroll icon to gamma when changing gamma

This commit is contained in:
altrup
2026-03-24 13:22:39 -04:00
parent f86d42d8f2
commit 75594fb5cf
@@ -70,7 +70,7 @@ Item { // Bar content region
// Visual content
ScrollHint {
reveal: barLeftSideMouseArea.hovered
icon: "light_mode"
icon: Hyprsunset.gamma === 100 ? "light_mode" : "wb_twilight"
tooltipText: Translation.tr("Scroll to change brightness")
side: "left"
anchors.left: parent.left