28 lines
592 B
QML
28 lines
592 B
QML
import QtQuick
|
|
import qs.widgets.bar
|
|
|
|
DenseBarContent {
|
|
width: 1920
|
|
height: 164
|
|
|
|
now: new Date(2026, 7, 27, 21, 47, 0)
|
|
hostName: "TERRA"
|
|
telemetryReady: true
|
|
ratesReady: true
|
|
cpuFraction: 0.62
|
|
cpuThreads: 16
|
|
memoryFraction: 0.78
|
|
memoryUsedText: "24.9G"
|
|
temperatureCelsius: 54
|
|
networkInterface: "enp7s0"
|
|
networkRxText: "842.6M/S"
|
|
networkTxText: "116.2M/S"
|
|
storageFraction: 0.69
|
|
storageFreeText: "1.82T FREE"
|
|
workspaceIds: [1, 2, 3, 4]
|
|
activeWorkspaceId: 1
|
|
trayCount: 3
|
|
audioFraction: 0.50
|
|
audioMuted: false
|
|
}
|