We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b8963c + bbd234e commit c17843eCopy full SHA for c17843e
sdbus_async/notifications/__init__.py
@@ -244,6 +244,10 @@ def create_hints(
244
hints_dict['x'] = ('i', xy_pos[0])
245
hints_dict['y'] = ('i', xy_pos[1])
246
247
+ # urgency
248
+ if urgency is not None:
249
+ hints_dict['urgency'] = ('y', urgency)
250
+
251
return hints_dict
252
253
sdbus_block/notifications/__init__.py
@@ -234,4 +234,8 @@ def create_hints(
234
235
236
237
238
239
240
241
0 commit comments