add cpu perc/temp
This commit is contained in:
parent
743374628a
commit
f342c17444
4 changed files with 81 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Singleton {
|
|||
property Clock clock: Clock {}
|
||||
property Pipewire pipewire: Pipewire {}
|
||||
property Storage storage: Storage {}
|
||||
property Cpu cpu: Cpu {}
|
||||
property Caffeine caffeine: Caffeine {}
|
||||
property Workspace workspace: Workspace {}
|
||||
property Tray tray: Tray {}
|
||||
|
|
@ -67,6 +68,16 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Cpu: 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