feat(bar): add music widget to bar layout

This commit is contained in:
tux
2026-08-24 18:32:02 +05:30
parent abd48a9c66
commit 5299945cfb
3 changed files with 61 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ Singleton {
return `${Quickshell.shellPath("modules/bar")}/${name}.qml`;
}
property var left: [root.widget("LauncherButton"), root.widget("PowerProfileWidget"), root.widget("HomeWidget"),]
property var left: [root.widget("LauncherButton"), root.widget("PowerProfileWidget"), root.widget("HomeWidget"), root.widget("MusicWidget")]
property var center: [root.widget("CavaVisualizer"), root.widget("Workspaces"), root.widget("CavaVisualizer"),]