a little bit of this, little bit of that

This commit is contained in:
2026-04-19 16:54:58 -07:00
parent 5b8d82a934
commit c25286801a
4 changed files with 18 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ ShellRoot {
id: notifServer
onNotification: (notif) => notif.tracked = true
}
Shell.Wall {}
// Shell.Wall {}
Shell.TopBar {id: bar}
Shell.Boateye {}
Shell.Lock {
@@ -20,6 +20,8 @@ ShellRoot {
anchors {
top: true
}
color: "transparent"
exclusionMode: ExclusionMode.Ignore
implicitHeight: 1
implicitWidth: 800
HoverHandler {onHoveredChanged: {if (hovered) bar.open() }}