dotfiles/.config/quickshell/music-shell.qml

13 lines
196 B
QML
Raw Normal View History

2026-03-09 00:07:31 -04:00
//@ pragma UseQApplication
import Quickshell
import QtQuick
ShellRoot {
Base { id: base }
MusicController {
walColors: base.walColors
fontFamily: base.fontFamily
}
}