brightess and volume control

This commit is contained in:
2026-03-26 13:15:54 -07:00
parent 80efc104ed
commit 5b8d82a934
20 changed files with 588 additions and 37 deletions

View File

@@ -38,7 +38,7 @@ Item {
margins: 6
}
height: 48
color: "#181818"
color: "#111"
radius: 10
TextInput {
id: input
@@ -95,7 +95,6 @@ Item {
property: "x"
duration: 300
easing.type: Easing.OutQuint
onStarted: console.log("displaced")
}
NumberAnimation {
property: "opacity"
@@ -146,7 +145,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
width: 64
height: width
source: Quickshell.iconPath(modelData.icon)
source: Quickshell.iconPath(modelData.icon, "application-default")
}
Text {
anchors.horizontalCenter: parent.horizontalCenter