add tray items, no menu
This commit is contained in:
parent
f6eab13094
commit
0d9392b744
6 changed files with 131 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ Singleton {
|
|||
property Mpris mpris: Mpris {}
|
||||
property Clock clock: Clock {}
|
||||
property Workspace workspace: Workspace {}
|
||||
property Tray tray: Tray {}
|
||||
|
||||
component Bar: QtObject {
|
||||
id: bar
|
||||
|
|
@ -53,4 +54,15 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
property int horizontalPadding: 7
|
||||
}
|
||||
|
||||
component Tray: QtObject {
|
||||
id: tray
|
||||
|
||||
property int spacing: 5
|
||||
property int iconSize: 18
|
||||
property int width: 30
|
||||
property int height: 30
|
||||
property int verticalPadding: 6
|
||||
property int horizontalPadding: 7
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue