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

Values don't refresh/reflect external changes when externally modified. #21

Closed
RokeJulianLockhart opened this issue Apr 4, 2023 · 5 comments

Comments

@RokeJulianLockhart
Copy link

If I increase the brightness via the slider that System UI provides, screen_brightness does not change until I switch tables and return.

@MuntashirAkon
Copy link
Owner

MuntashirAkon commented Apr 4, 2023

Unfortunately, there's no way to watch the changes. I shall add a way to refresh the contents.

@RokeJulianLockhart
Copy link
Author

RokeJulianLockhart commented Apr 4, 2023

#21 (comment)

@MuntashirAkon, perhaps solely the preferences being displayed to the screen (to avoid using unnecessary CPU) are automatically refreshed every few milliseconds? That's what most task managers, at least the few designed to display thousands of processes, do.

@drogga
Copy link

drogga commented Apr 6, 2023

Yes, it would be really nice if they dynamically refreshed - Live...

BTW, I "monitor" the changes using an app called Settings Watcher (by JRoot3D.dev - it's on PS), so I know what's going on when I need\have to ;)

@MuntashirAkon
Copy link
Owner

solely the preferences being displayed to the screen (to avoid using unnecessary CPU) are automatically refreshed every few milliseconds?

Hmm, that's a good point. I'll think about it. I think it's not difficult to update the contents that way. But consistency issues may arise which needs to be handled.

@MuntashirAkon
Copy link
Owner

Auto-refresh is added in 1cb331e. Values will be refreshed automatically every 5 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants