Workspace overview

This commit is contained in:
2026-08-25 18:35:44 -07:00
parent 1edfc40c6e
commit d30423779e
5 changed files with 94 additions and 6 deletions

View File

@@ -48,6 +48,11 @@ PanelWindow {
}
}
mask: Region {
x: background.x; y: background.y
width: background.width; height: background.height
}
function open() {
root.visible = true
background.exit.stop()
@@ -159,6 +164,7 @@ PanelWindow {
Pane { Panes.Notifications {} }
Pane { Panes.Volume {} }
Pane { Panes.Brightness {} }
Pane { Panes.Overview {} }
property var entry: SequentialAnimation {
PauseAnimation {duration: 2}