forked from Shinonome/dots-hyprland
Change bar scroll icon to gamma when changing gamma
This commit is contained in:
@@ -70,7 +70,7 @@ Item { // Bar content region
|
|||||||
// Visual content
|
// Visual content
|
||||||
ScrollHint {
|
ScrollHint {
|
||||||
reveal: barLeftSideMouseArea.hovered
|
reveal: barLeftSideMouseArea.hovered
|
||||||
icon: "light_mode"
|
icon: Hyprsunset.gamma === 100 ? "light_mode" : "wb_twilight"
|
||||||
tooltipText: Translation.tr("Scroll to change brightness")
|
tooltipText: Translation.tr("Scroll to change brightness")
|
||||||
side: "left"
|
side: "left"
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|||||||
Reference in New Issue
Block a user