memory usage
This commit is contained in:
parent
f342c17444
commit
bcd6b3c595
4 changed files with 57 additions and 19 deletions
|
|
@ -13,6 +13,7 @@ Singleton {
|
|||
property Clock clock: Clock {}
|
||||
property Pipewire pipewire: Pipewire {}
|
||||
property Storage storage: Storage {}
|
||||
property Memory memory: Memory {}
|
||||
property Cpu cpu: Cpu {}
|
||||
property Caffeine caffeine: Caffeine {}
|
||||
property Workspace workspace: Workspace {}
|
||||
|
|
@ -20,8 +21,6 @@ Singleton {
|
|||
property TrayMenu trayMenu: TrayMenu {}
|
||||
|
||||
component Bar: QtObject {
|
||||
id: bar
|
||||
|
||||
property int spacing: 8
|
||||
property int border: 2
|
||||
property int height: 50
|
||||
|
|
@ -32,8 +31,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Mpris: QtObject {
|
||||
id: clock
|
||||
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
|
|
@ -41,8 +38,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Clock: QtObject {
|
||||
id: clock
|
||||
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
|
|
@ -50,8 +45,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Pipewire: QtObject {
|
||||
id: clock
|
||||
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
|
|
@ -59,8 +52,14 @@ Singleton {
|
|||
}
|
||||
|
||||
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 Memory: QtObject {
|
||||
property int iconSize: 14
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
|
|
@ -69,8 +68,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Cpu: QtObject {
|
||||
id: clock
|
||||
|
||||
property int iconSize: 14
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
|
|
@ -79,8 +76,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Caffeine: QtObject {
|
||||
id: clock
|
||||
|
||||
property int fontSize: 16
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
|
|
@ -88,8 +83,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Workspace: QtObject {
|
||||
id: workspace
|
||||
|
||||
property int spacing: 5
|
||||
property int iconSize: 16
|
||||
property int width: 30
|
||||
|
|
@ -99,8 +92,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component Tray: QtObject {
|
||||
id: tray
|
||||
|
||||
property int spacing: 5
|
||||
property int iconSize: 18
|
||||
property int width: 30
|
||||
|
|
@ -110,8 +101,6 @@ Singleton {
|
|||
}
|
||||
|
||||
component TrayMenu: QtObject {
|
||||
id: trayItem
|
||||
|
||||
property int fontSize: 10
|
||||
property int width: 30
|
||||
property int height: 30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue