You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you have to use shell exec to obtain the theme and if is acrylic or not. his produces high latency between the change theme click and how the app shows it. This will reduce de latency and improve consistency.
Describe the solution you'd like
Add a provider, just like the network one, with 2 boolean atributes {isAcrylic, isDarkTheme}, and 3 functions, 1 to set the theme to light, one to set the theme to dark, and one to toggle.
Can be just one function with optional argument to change the theme.
Alternatives considered
As I mentioned before, i currently doing it with shell Exec to manipulate the theme from powershell.