-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add battery widget to Shade skin #2283
Conversation
It looks like this in my case: You may consider to color only two and use the pink highlight color of the buttons. By the way, is the battery hidden, in case the device has no battery? Looking at the ON AIR text, it looks wrong somehow. I think we should use the techno fonts from the other labels. We can also consider to use a question mark and a Mains Icon in this style. |
Are you running 2.2? This scaling issue should be fixed with 60c9a2e.
I think the |
Ah yes, I will re-test with master. Can we distinguish between no battery installed and unknown? |
I think the charging battery should be always gray. |
We could distinguish between no battery detected and unknown.
I won't change the colors for now, but it is easy to do using sed or similar. |
I agree, and I don't think skins should be responsible for this. I think the WBattery widget code should take care of this. |
When does 'unknown' occur? |
The current implementation sets the state to |
abf14fa
to
163485b
Compare
Looks good to me. @daschuer ready for merge? |
Here is another attempt using @daschuer's mains icon and different colors. |
The mains plug was one of may failed attempts. The rest looks good for me. |
163485b
to
86f4560
Compare
@rrrapha Looks good IMO. |
LGTM thank you @rrrapha. |
I'm open for other suggestions..