brightess and volume control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user