Quoted By:
Hey everyone, noob here. I'm in a bit of what could be called a pickle. I'm trying to set up a 'terminal-style' full screen zooper widget, and I'm stuck on one thing:
I have one line on the 'terminal screen' that's dedicated to the battery and it's condition. It is displaying percentage (obvious), voltage and temperature. Now after the final bit I want colored text displaying either "good" if the battery is between say 100 and 50%, "Low" for percentages between 49 and 11% and "Critical" for below that.
It's easy enough to create only one of these, using the following advanced conditional: $X<Y?Z$ (Write Z only if X is smaller than Y). The problem comes in when you start "stacking up" this conditional. Say I've got one set up for displaying different text below 10% and below 50%, it'll work fine while the battery is below 10%, however as soon as that happen the two results will display on top of each other.
I've tried along with the conditional and adding "and" and "or" variables, though that seems to break it.
Do you guys know how to work around this?
Pic related, it's my current homescreen, soon to be completely replaced by the terminal.