Another question, I want to have an image appear when the battery percentage is around 10% and when above 10% it won’t be visible. How do I do this and where do I put the expressions? I know it has to do with transparency but that’s all I know haha
edit: based on some searching I found $#BLP#>=10?100:0$
so that is saying if battery life percentage is greater than 10%, then set transparency to 0 right?
that’s confusing. So basically it’s saying if BLP is MORE than 10, opacity is 100 and should be visible. - Which doesn’t show up. I want it to not be visible unless it’s 10% or less