a little bit of this, little bit of that
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user