KWLP Code for appearing and disappearing elements

I’ve got an element, for example, a text clock, what code can I use to make it fade/appear in and out randomly throughout the day? Or if not randomly at preset times?
20231106_215316


This is a code snippet I use to shift the status bar position slightly a few times throughout the day (to try to avoid screen burn), you can adapt it to make anything happen at any time (set opacity to zero for example, to make something “disappear”)

$if(df(H)>=0&df(H)<6,15,if(df(H)>=6&df(H)<12,10,if(df(H)>=12&df(H)<18,15,10)))$

1 Like

That is so super helpful! Thank you Very much!

yeah, i heard about AMOLED, one reason why I would rather have higher refresh rate than good contrast. I have seen awful screen burns out there.

1 Like

Another method here

https://www.reddit.com/r/kustom/comments/17mma3y/help_i_want_a_value_opacity_to_be_50_from_240320