ags icon indicating copy to clipboard operation
ags copied to clipboard

Utils.notify should accept arbitrary hints

Open ttoino opened this issue 1 year ago • 1 comments

Some non-standard hints (like value for making progress bars) are quite useful, but the current implementation of Utils.notify only allows known hints to be passed as arguments.

I suggest adding an additional hints argument, or just accepting arbitrary arguments in this function (though I personally prefer the first option).

ttoino avatar Feb 21 '24 14:02 ttoino

yeah, the hints are kind of hard coded, I'll try to refactor the notifications daemon, and Utils.notify to make it more flexible

Aylur avatar Feb 21 '24 18:02 Aylur