dotfiles/.config/quickshell/music-shell.qml
2026-03-09 00:07:31 -04:00

13 lines
196 B
QML

//@ pragma UseQApplication
import Quickshell
import QtQuick
ShellRoot {
Base { id: base }
MusicController {
walColors: base.walColors
fontFamily: base.fontFamily
}
}