Add splitters to all panels... for now

This commit is contained in:
David Heinemeier Hansson
2026-06-07 20:58:02 +02:00
parent 8baae47d48
commit 3d4bb9ab81
3 changed files with 44 additions and 1 deletions
+14
View File
@@ -438,6 +438,11 @@ Panel {
}
// ---------- Brightness ----------
PanelSeparator {
visible: root.brightnessAvailable
foreground: root.bar.foreground
}
Column {
visible: root.brightnessAvailable
width: parent.width
@@ -515,6 +520,10 @@ Panel {
}
// ---------- Scale ----------
PanelSeparator {
foreground: root.bar.foreground
}
Column {
width: parent.width
spacing: Style.space(10)
@@ -551,6 +560,11 @@ Panel {
}
// ---------- Monitors ----------
PanelSeparator {
visible: root.displays.length > 1
foreground: root.bar.foreground
}
Column {
width: parent.width
spacing: Style.space(10)