ddcutil-service usage

This commit is contained in:
Zacharias-Brohn
2026-02-27 14:46:09 +01:00
parent afb736102d
commit 178375d861
9 changed files with 59 additions and 17 deletions
+2 -2
View File
@@ -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