13 lines
196 B
QML
13 lines
196 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
import QtQuick
|
|
|
|
ShellRoot {
|
|
Base { id: base }
|
|
|
|
MusicController {
|
|
walColors: base.walColors
|
|
fontFamily: base.fontFamily
|
|
}
|
|
}
|