Home
last modified time | relevance | path

Searched refs:format_notification (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dwwan.py190 format_notification = None variable in Py3status
359 format_strings = [self.format, self.format_notification]
555 if self.format_notification:
558 format_notification = self.py3.safe_format(
559 self.format_notification, wwan_data
561 notification = self.py3.get_composite_string(format_notification)
H A Dgoogle_calendar.py195 format_notification = "{summary} {start_time} - {end_time}" variable in Py3status
341 warn_message = self.py3.safe_format(self.format_notification, event_dict)
/dports/x11/mako/mako-1.6/include/
H A Dnotification.h100 size_t format_notification(struct mako_notification *notif, const char *format,