Add Ongoing to the Panama Daybook
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// GNOME's date/time menu: the calendar and the message tray in one panel,
|
||||
// GNOME's date/time menu: calendar, ongoing activity and messages in one panel,
|
||||
// dropping from the top centre because that is where GNOME put it and the
|
||||
// muscle memory is the whole point.
|
||||
//
|
||||
@@ -20,8 +20,10 @@ import qs.widgets
|
||||
PanelWindow {
|
||||
id: root
|
||||
|
||||
// "notifications" is the existing overlay key, so Super+B, the notification
|
||||
// IPC target and the clock all land here.
|
||||
readonly property bool ongoingContentFits: panel.ongoingContentFits
|
||||
|
||||
// "notifications" remains the overlay key so existing keybinds keep their
|
||||
// contract; the surface itself now has Agenda, Ongoing and Notifications.
|
||||
visible: ShellState.notificationsOpen
|
||||
color: "transparent"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user