Skip to content

Instantly share code, notes, and snippets.

@konecnyna
Last active April 5, 2023 11:46
Show Gist options
  • Save konecnyna/8e47ef10dbd58379da8a8ecd68cf393a to your computer and use it in GitHub Desktop.
Save konecnyna/8e47ef10dbd58379da8a8ecd68cf393a to your computer and use it in GitHub Desktop.

KLWP Formulas

Random image from folder

$tu(rndimg, 15, "/storage/B84B-2BF0/images")$

Day / Night mode

$if(ai(isday)=1, day_image.png, night_image.png)$

Random Number

$mu(rnd, 1, 5)$

Nested if

$
if(
  df(M)=4 & df(d)=20, "foo", 
  df(M)=4 & df(d)=5, "butts",
  "general"
)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment