-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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; \
"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels