ddcutil-service usage
This commit is contained in:
@@ -43,6 +43,7 @@ Item {
|
||||
|
||||
MaterialIcon {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
animate: true
|
||||
color: Audio.muted ? DynamicColors.palette.m3error : root.textColor
|
||||
font.pointSize: 14
|
||||
text: Audio.muted ? "volume_off" : "volume_up"
|
||||
@@ -71,6 +72,7 @@ Item {
|
||||
|
||||
MaterialIcon {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
animate: true
|
||||
color: (Audio.sourceMuted ?? false) ? DynamicColors.palette.m3error : root.textColor
|
||||
font.pointSize: 14
|
||||
text: Audio.sourceMuted ? "mic_off" : "mic"
|
||||
|
||||
@@ -82,7 +82,7 @@ Row {
|
||||
|
||||
colour: DynamicColors.palette.m3tertiary
|
||||
icon: "timer"
|
||||
text: qsTr("up %1").arg(SystemInfo.uptime)
|
||||
text: qsTr("%1").arg(SystemInfo.uptime)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ Row {
|
||||
anchors.left: icon.right
|
||||
anchors.leftMargin: icon.anchors.leftMargin
|
||||
anchors.verticalCenter: icon.verticalCenter
|
||||
elide: Text.ElideRight
|
||||
elide: Text.ElideNone
|
||||
font.pointSize: 13
|
||||
text: `: ${line.text}`
|
||||
width: Config.dashboard.sizes.infoWidth
|
||||
|
||||
Reference in New Issue
Block a user