Is it possible to make a icon color change every seconds?
I am planning to make a battery icon that changing colors every seconds when its charging.
Is it possible to make a icon color change every seconds?
I am planning to make a battery icon that changing colors every seconds when its charging.
To your question, Yes it’s possible.
Also, your question isn’t clear, like is it flip flopping two colors, or gradient. because it’ll need different formula.
*you probably better ask question in reddit or discord as it has more active user there.
$if (bi(charging)=1,gv(clockcol),bi(level)<21,if(df(ss)%2, gv(clockcol), #FF0000),(bi(level)<26, if(df(ss)%2, gv(clockcol), #FF8C00),gv(clockcol)))$
That blinks the colors every 2 seconds except when the battery is charging, tweak it to suit