bar resource usage indicator

This commit is contained in:
end-4
2025-04-11 01:16:55 +02:00
parent ad63ae699f
commit 742ec413f3
8 changed files with 140 additions and 13 deletions
+5
View File
@@ -10,6 +10,7 @@ Scope {
PanelWindow {
id: barRoot
property var modelData
screen: modelData
@@ -31,6 +32,10 @@ Scope {
spacing: 4
Layout.fillWidth: true
Layout.fillHeight: true
Resources {
}
}
RowLayout {