feat: add NotificationOverview and NotificationOverviewLoader for notification history overview {alpha}
This commit is contained in:
@@ -13,9 +13,15 @@ Item {
|
||||
property var focusedMonitor: null
|
||||
property var newestNotification: null
|
||||
property bool soundEnabled: true
|
||||
property bool overviewVisible: false
|
||||
property alias trackedNotifications: notificationServer.trackedNotifications
|
||||
|
||||
signal notificationReceived(var notification)
|
||||
|
||||
function toggleOverview() {
|
||||
overviewVisible = !overviewVisible
|
||||
}
|
||||
|
||||
function correctMonitor(screen) {
|
||||
return (Hyprland.monitorFor(screen) === focusedMonitor)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user