add storage

This commit is contained in:
Benjamin Palko 2025-07-24 10:49:40 -04:00
parent 334c48e9b4
commit 743374628a
4 changed files with 60 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Singleton {
property Mpris mpris: Mpris {}
property Clock clock: Clock {}
property Pipewire pipewire: Pipewire {}
property Storage storage: Storage {}
property Caffeine caffeine: Caffeine {}
property Workspace workspace: Workspace {}
property Tray tray: Tray {}
@ -56,6 +57,16 @@ Singleton {
property int verticalPadding: 6
}
component Storage: QtObject {
id: clock
property int iconSize: 14
property int fontSize: 14
property int height: 30
property int horizontalPadding: 8
property int verticalPadding: 6
}
component Caffeine: QtObject {
id: clock