Anachron / i3blocks

Additional/custom blocks which fit my needs
GNU General Public License v3.0
583 stars 106 forks source link

Implement time limit for notifier-block #13

Closed Anachron closed 8 years ago

Anachron commented 8 years ago

So that blocks cannot send more than one notification every x seconds. This is good for scripts that run often (wifi signal strength) and would spam the user with notifications.

Urgent: Notifications last 5 minutes, can be spawned every 5 minutes. Normal: Notifications last 5 seconds, can be spawned every 10 seconds. Low: Notifications last 5 seconds, can be spawned every 30 seconds.

Anachron commented 8 years ago

This should be handled by the notification manager of the user, not by this program. (Example: dunst) Closing.