I finally was able to create my own progress bars upper left for battery and lower right for steps.
For batterybar I’m using:
0+(64*[BATT_PER])/100
For stepsbar I’m using:
0+([SC]*64)/[SC_GOAL]
The bars covering 64° of 360°
But now my problem is that the bars aren’t working correctly. The battery bar looks like the battery is 30% instead of 70% and the steps bar looks like stepcounter shows 2500 steps instead of 7500.
Can someone point me in the right direction? IDK how to calculate them correctly.
thanks for your fast response. I tried the calculations you mentioned.
I removed the cover layer above the bars to show you where the bars are now located
This was the calculation that solved my problem, yes you’re right I want 0° to be 100%. Really Awesome! It works!!
Is there a way of “If this than that” rule we can use in Watch Face Studio? Because when stepgoal is reached I want the steps bar to stop. e.g. Stepgoal is 10000 the progress bar should stop moving at 10000.
Something like
[SC] => [SC_GOAL] and (([SC_GOAL]-[SC])*60)/[SC_GOAL] or 0
Thanks ! it just reminds me a little of one of my watch faces, but it’s cool. I think you will get a much better effect when you make cuts in the base layer and the actual bars will slide under it.
It’s a little more complicated but the effect is better
Yes this is exactly how I made it a shape with cuts covering the progress bars. Oh no believe me I haven’t copied one of yours. Looks really great.
I guess I’m done for my needs now. What do you think?
But I have a question about the colors. I would like to have my own deafult colors, e.g blue for battery, green for steps and red for hrm and the option to enable theme colors.
Its fine Looks good too.
I think that this is currently not possible. You would need to invert these progress bar (make them black - 75% transparent) and then just create one or more colorful layers under base layer.
I just have the option tap to open app, tap to measure heart rate and none.
Further I want to ask where do you get things like UV or precipitations probability I saw your watchfaces on playstore and some of them show these. I can’t find tag expressions in Watch Face Studio for that