a little bit of this, little bit of that

This commit is contained in:
2026-04-19 16:54:58 -07:00
parent 5b8d82a934
commit c25286801a
4 changed files with 18 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ Column {
height: childrenRect.height + anchors.margins * 2
spacing: 6
Item {
visible: Brightess.monitors[0]
anchors {
left: parent.left
right: parent.right
@@ -41,10 +42,11 @@ Column {
}
font.pixelSize: 16
color: "white"
text: "Laptop display"
text: "Display brightness"
}
}
Widgets.Slider {
visible: Brightness.monitors[0]
anchors {
left: parent.left
right: parent.right
@@ -134,7 +136,7 @@ Column {
}
ToggleButton {
id: dpmsToggle
text: "Screen on"
text: "Display"
active: true
TapHandler {
property var resetTimer: Timer {