Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

questionable refresh rate #293

Open
Theoreticallyhugo opened this issue Sep 22, 2024 · 0 comments
Open

questionable refresh rate #293

Theoreticallyhugo opened this issue Sep 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Theoreticallyhugo
Copy link
Contributor

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.

@Theoreticallyhugo Theoreticallyhugo added the enhancement New feature or request label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant