Add bluetooth icon

This commit is contained in:
Sem
2026-04-07 22:10:33 +02:00
parent 3f27d6618a
commit 328dfa1786
9 changed files with 198 additions and 6 deletions

View File

@@ -66,12 +66,17 @@ Item {
Layout.fillWidth: true
}
// =====================
// RIGHT: System info
// =====================
RowLayout {
spacing: 10
LineSeparator {}
BluetoothIcon {}
LineSeparator {}
BarText {
@@ -93,6 +98,9 @@ Item {
value: gpuUsage
}
LineSeparator {}
LineSeparator {}
Clock {}