Skip to content

questionable refresh rate #293

Open
Open
@Theoreticallyhugo

Description

@Theoreticallyhugo

to my understanding, setting tmux set-option -g status-interval $show_refresh means that the script dracula.sh is supposed to be run every five seconds, please correct me if im wrong.

however, some scripts sleep an additional $show_refresh seconds, while others don't.
i don't understand why each script would sleep an additional $show_refresh seconds, as this could lead to either the scripts sleep times adding up, leading to a much longer refresh interval than $show_refresh seconds. alternatively, it could lead to only some scripts being rate-limited, whilst others refresh as quickly as possible.
i think that the latter may be the case, but i don't understand why.

either way, this leads to unexpected behaviour.
therefore i think that we should either add the sleeping to all scripts, or remove it all-together.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions