Provide better scaling

This commit is contained in:
Ryan Hughes
2026-05-22 11:30:43 -04:00
parent baffca520f
commit 3ea8d9ffb7
13 changed files with 116 additions and 70 deletions
+1
View File
@@ -357,6 +357,7 @@ Panel {
bar: root.bar
text: root.displays.length > 1 ? "󰍺" : "󰍹"
fontSize: Style.font.subtitle
horizontalMargin: 5
onPressed: function(b) { root.toggle() }
onWheelMoved: function(delta) {
if (root.brightnessAvailable) root.setBrightness(root.brightnessPercent + (delta > 0 ? 5 : -5))