Auto stash before merge of "feat/quickshell-dense-bar" and "origin/feat/quickshell-dense-bar"

This commit is contained in:
2026-08-28 23:03:36 +02:00
parent 9b6b799a5d
commit 6406e06330
8 changed files with 24 additions and 684 deletions
@@ -96,9 +96,8 @@ Item {
height: 92
readonly property real identityWidth: root.compact ? 250 : 320
readonly property real radarWidth: root.compact ? 130 : 164
readonly property real stateWidth: root.compact ? 210 : 250
readonly property real flexWidth: Math.max(250, (width - identityWidth - radarWidth - stateWidth - 32) / 2)
readonly property real stateWidth: root.compact ? 300 : 350
readonly property real flexWidth: Math.max(250, (width - identityWidth - stateWidth - 32) / 2)
Row {
anchors.fill: parent
@@ -234,24 +233,10 @@ Item {
}
}
StatusBarPanel {
width: array.radarWidth
height: array.height
panelId: "03"
title: "SCAN"
RadarGauge {
anchors.horizontalCenter: parent.horizontalCenter
y: 28
size: 57
level: root.cpuFraction
}
}
StatusBarPanel {
width: array.flexWidth
height: array.height
panelId: "04"
panelId: "03"
title: "CARRIER UPLINK"
meta: root.networkInterface.toUpperCase()
@@ -298,7 +283,7 @@ Item {
StatusBarPanel {
width: array.stateWidth
height: array.height
panelId: "05"
panelId: "04"
title: "SYSTEM STATE"
Row {