basic pipewire, no menu
This commit is contained in:
parent
56cd758dd5
commit
76d680a95b
3 changed files with 86 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ Singleton {
|
|||
property Bar bar: Bar {}
|
||||
property Mpris mpris: Mpris {}
|
||||
property Clock clock: Clock {}
|
||||
property Pipewire pipewire: Pipewire {}
|
||||
property Caffeine caffeine: Caffeine {}
|
||||
property Workspace workspace: Workspace {}
|
||||
property Tray tray: Tray {}
|
||||
|
|
@ -46,6 +47,15 @@ Singleton {
|
|||
property int verticalPadding: 6
|
||||
}
|
||||
|
||||
component Pipewire: QtObject {
|
||||
id: clock
|
||||
|
||||
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