mpris
This commit is contained in:
parent
653f5814b3
commit
2852735d70
4 changed files with 96 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Singleton {
|
|||
property int radius: 8
|
||||
|
||||
property Bar bar: Bar {}
|
||||
property Mpris mpris: Mpris {}
|
||||
property Clock clock: Clock {}
|
||||
property Workspace workspace: Workspace {}
|
||||
|
||||
|
|
@ -24,6 +25,15 @@ Singleton {
|
|||
property int horizontalPadding: 8
|
||||
}
|
||||
|
||||
component Mpris: QtObject {
|
||||
id: clock
|
||||
|
||||
property int fontSize: 14
|
||||
property int height: 30
|
||||
property int horizontalPadding: 8
|
||||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Clock: QtObject {
|
||||
id: clock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue