-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
If you set an interval of 5 seconds, it should run every 5 seconds on the clock.
An example config like this:
[date]
command=date
interval=5
might currently output like so:
Sun Jul 28 01:18:07 PM EDT 2024
Sun Jul 28 01:18:12 PM EDT 2024
Sun Jul 28 01:18:17 PM EDT 2024
...
instead of like this:
Sun Jul 28 01:18:05 PM EDT 2024
Sun Jul 28 01:18:10 PM EDT 2024
Sun Jul 28 01:18:15 PM EDT 2024
...
This is especially desired for minutely and hourly intervals; with i3blocks's current behaviour, setting a command to run every hour won’t run when the hour actually changes on the clock.
gportay
Metadata
Metadata
Assignees
Labels
No labels