You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, you suggest it should be possible to change these attributes without editing the script ?
If that is the case, then prefixing NOTIFY_ makes perfect sense.
Now, to achieve this, another approach could be notifyre --set min_interval 10 or something similar.
Variable names like
SOUND
etc are quite common to be accidentally set up/conflict with some other tools. Recommend prefixing withNOTIFY_
for ease.Example:
NOTIFY_SOUND
,NOTIFY_MIN_INTERVAL
etc.The text was updated successfully, but these errors were encountered: