cava + nix

This commit is contained in:
Zacharias-Brohn
2026-02-26 16:27:05 +01:00
parent 09a93d9420
commit afb736102d
11 changed files with 311 additions and 237 deletions
+1 -9
View File
@@ -27,25 +27,17 @@ Item {
id: contentRow
anchors.centerIn: parent
implicitHeight: 22
spacing: Appearance.spacing.small
MaterialIcon {
Layout.alignment: Qt.AlignVCenter
font.pointSize: 14
text: "package_2"
}
TextMetrics {
id: textMetrics
text: root.countUpdates
}
CustomText {
color: root.textColor
font.pointSize: 12
text: textMetrics.text
text: root.countUpdates
}
}
}