create bluetooth button

This commit is contained in:
Benjamin Palko 2025-07-26 13:39:24 -04:00
parent 1c034a3904
commit d7024f3d77
4 changed files with 42 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Singleton {
property Clock clock: Clock {}
property Pipewire pipewire: Pipewire {}
property Network network: Network {}
property Bluetooth bluetooth: Bluetooth {}
property Storage storage: Storage {}
property Memory memory: Memory {}
property Cpu cpu: Cpu {}
@ -62,6 +63,13 @@ Singleton {
property int verticalPadding: 6
}
component Bluetooth: QtObject {
property int fontSize: 16
property int height: 30
property int horizontalPadding: 8
property int verticalPadding: 6
}
component Storage: QtObject {
property int iconSize: 14
property int fontSize: 14