Skip to content

How to use with non-1 status-interval? #6

@h0adp0re

Description

@h0adp0re

I can't seem to use thyme perfectly with a status-interval of 10. Sometimes the timer appears right away, sometimes after a few seconds. The same with stopping the timer. Naturally, this is because the statusbar is updated every 10 seconds. I have tried the following workarounds in my keybinds, none seem to work.

bind-key a run-shell "thyme" \; refresh-client -S
bind-key A run-shell "thyme -s" \; refresh-client -S

###

bind-key a run-shell "    \
  thyme;                  \
  sleep 0.5;              \
  tmux refresh-client -S; \
"
bind-key A run-shell "    \
  thyme -s;               \
  sleep 0.5;              \
  tmux refresh-client -S; \
"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions