statnot icon indicating copy to clipboard operation
statnot copied to clipboard

Customize formatting

Open smacz42 opened this issue 7 years ago • 0 comments

Choose which content to display in the notification. This will display them in the order that they are placed in the list. Possible options are:

  • app_name
  • notification_id
  • app_icon,
  • summary
  • body This can also take raw strings that will be placed in every notification. (Good for parsing the output with key phrases delineating types of content)

DISPLAY_FORMAT = ['APPN', 'app_name', 'SUMM', 'summary', 'BODY', 'body'] DISPLAY_FORMAT = ['app_name', 'summary', 'body']

smacz42 avatar Jun 04 '17 06:06 smacz42