How to change picture based on day

so i was making a calender and thought it would be cool to make the picture change everyday. but i dont know how. my best is getting a random image on manual click

follow up questions

  • can the pictures go one by one instead of randomly when clicking
  • can the colours of everything else change as per the theme(idk if bitmap reader works)
  • can each image in a folder be manually adjusted everytime it comes into view like 20%more dim or less saturated, can the same thing be done from a music player where the thumbnail becomes more/lessdim

Create global bitmap variables named 1, 2, 3, 4 etc. Then, use this formula to dynamically call them based on the current day of the month:

$gv(df(d))$

Colors from image: Use Kustom’s Bitmap Palette formulas, like $bp(vibrant, gv(df(d)))$ to automatically extract colors from your current daily theme.

You have to apply global filters (Dim, Saturation) directly to the Image object, and it will affect whatever image is currently active.