Too many complications

I am trying to create a themed dial with the appearance of a speedometer from a car, where there will be two battery status indicators. One for the watch with a hand and the other for the battery in the phone, progress bar.
The progress bar also shows percentages, but I have made it so that when the battery reaches a certain percentage, the progress bar changes to a blinking battery icon. From 25% to 15% the battery icon flashes orange and from 15% to 0% it flashes red. My problem is that I have to have too many complications for that, 4 in total, and then set each one to an auxiliary application.

P3 Den_20240707_14064255

P3 Den_20240707_14114794

P3 Den_20240707_14102670

If I wanted one color of the battery and did it on only one, then it could be done with a single complication, but I run into a problem that I cannot accept and that is to change the icon in any way, or such a complication that would not be possible with two texts. Because I have inserted the icons as a bitmap.

P3_20240707_13594213

The question is, is there any way to change the icon, possibly the image, or add additional short text? Or will I have to put up with the fact that I will have to solve one function using at least three complications? Thanks for the answers and opinions.

1 Like

Hello,
Please check this code lab section Use conditional lines for step count, in this section, the step count icon color changed for three different conditions. Hope you can apply this to your requirement.

2 Likes