![]() |
![]()
| ![]() |
![]()
NAMEsfwbar-ncenter - Sfwbar Notification center module Filename: ncenter.so Requires: none SYNOPSISThe notification center module provides desktop notification host. EXPRESSION FUNCTIONSNotificationGet(Property)function NotificationGet fetches a property for a currently advertised notification. The supported properties are:
NotificationGroup(id)Query group expansion state for a given notification id. Possible return values are: <blank> if the notification group is no expanded, 'header' if this is a header of the expanded notification 'sole' if the group is expanded, but this is the sole notification in the group. NotificationActiveGroup()Query the app_id of the currently expanded notification group. NotificationCount([id])Get count of the notifications. If the id is specified, this function returns the number of notification for the app id of the notification referenced by the id, otherwise it will return the total count of notifications. ACTIONSNotificationAckNotify the module that all information for the currently advertised notification has been processed. The module may then emit another notification-updated event if further notification updates are available. NotificationAckRemovedNotify the module that all information for the currently advertised notification removal has been processed. The module may then emit another notification-removed event if further notification removals are queued. NotificationClose <id>Close a notification with a specified id NotificationExpand <id>Expand a notification group to which notification referenced by id belongs. NotificationCollapseCollapse the currently expanded notification group. NotificationAction <id>, <action_id>Activate an action action_id for notification id. TRIGGERSThe module defines the following triggers:
COPYRIGHTGPLv3+
|