shift-shell/containments/panel/qml
Marco Allegretti 9e60c0e923 Keep status bar visible in convergence mode
The status bar was hidden whenever a window was showing because
the fullscreen property evaluated autoHidePanelsEnabled without
checking convergence mode.  Return false from fullscreen when
convergence is active so the bar stays on screen.

Use WindowsGoBelow visibility mode in convergence so PanelView
does not manage the exclusive zone (it would fight with the
LayerOverlay layer set by QML).  Add a separate layer-shell
surface at LayerBottom with an exclusive zone matching the bar
height, following the same pattern as the dock space reserver.
Re-run setWindowProperties on convergence mode changes.
2026-04-11 13:25:26 +02:00
..
LockscreenOverlay.qml panel: Overlay over lockscreen 2025-07-02 10:27:33 -04:00
main.qml Keep status bar visible in convergence mode 2026-04-11 13:25:26 +02:00
StatusBarWrapper.qml panels: Use standard foreground colors when startup feedback is open 2025-12-05 09:11:17 -05:00
StatusPanel.qml Add system tray to status bar in convergence mode 2026-04-08 20:12:16 +02:00