This commit is contained in:
Benjamin Palko 2025-07-21 13:34:33 -04:00
parent 653f5814b3
commit 2852735d70
4 changed files with 96 additions and 0 deletions

View file

@ -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