remove ws, fmt

This commit is contained in:
Damocles 2026-04-11 00:22:09 +02:00
parent 5316f40967
commit cd45c2d9cf
17 changed files with 96 additions and 97 deletions

View file

@ -50,9 +50,12 @@ PanelWindow {
anchors.verticalCenter: parent.verticalCenter
spacing: 8
M.Workspaces {}
M.Tray { bar: bar }
M.WindowTitle { Layout.maximumWidth: 400 }
M.Tray {
bar: bar
}
M.WindowTitle {
Layout.maximumWidth: 400
}
}
// ---- right ----
@ -62,7 +65,9 @@ PanelWindow {
anchors.verticalCenter: parent.verticalCenter
spacing: 12
Item { Layout.fillWidth: true }
Item {
Layout.fillWidth: true
}
M.Mpris {}
M.Volume {}
M.Bluetooth {}