add storage
This commit is contained in:
parent
334c48e9b4
commit
743374628a
4 changed files with 60 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue