You can just run one process and have it print a new line at whatever interval you like:
set -g status-right '#(while :; do date; sleep 1; done)' On Thu, 21 Aug 2025 at 07:17, Bertram Scharpf <[email protected]> wrote: > Hi Tmuxers, > > I'm a Tmux addict now for about 10 years but I never felt > very well with a `status_right` field forking a whole bunch of > processes every 15 seconds. To help myself I wrote me two > plugin supports for Ruby and Lua. Before I make a pull > request out of it, I would like to ask if such a thing is > welcome at all. You may examine my work at: > > > https://bertram-scharpf.spdns.de/~opensource/cgi-bin/tmux-pluggable/timeline > > I tested it on Debian, Gentoo and FreeBSD. > > Thanks in advance for your comments. > > Bertram > > -- > You received this message because you are subscribed to the Google Groups > "tmux-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion, visit > https://groups.google.com/d/msgid/tmux-users/CANBz4wxUu%2BNhVoSdMRrNDV0OgSWfN8rs7CjWGbyR1d83G4Cneg%40mail.gmail.com > <https://groups.google.com/d/msgid/tmux-users/CANBz4wxUu%2BNhVoSdMRrNDV0OgSWfN8rs7CjWGbyR1d83G4Cneg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion, visit https://groups.google.com/d/msgid/tmux-users/CAEdLfcHGDK67_fVgu%3DKZmDo%2B%3Dy-H_v897rj%2BRSrGRMJqprzs_g%40mail.gmail.com.
