We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Show an icon with the battery level in the taskbar. I think, this should be done with a separate program, hooking into the taskbar.
We can use the Battery Status API. It's currently supported by 72,5% of users. https://caniuse.com/battery-status
We have to check if we're even on battery and if the browser supports the Battery Status API, else don't display a battery icon.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Show an icon with the battery level in the taskbar.
I think, this should be done with a separate program, hooking into the taskbar.
We can use the Battery Status API. It's currently supported by 72,5% of users. https://caniuse.com/battery-status
We have to check if we're even on battery and if the browser supports the Battery Status API, else don't display a battery icon.
The text was updated successfully, but these errors were encountered: