feat: Updated screensaver image mode fetches random images (#2430)

BREAKING CHANGE: The `screensaver` image mode now shows a random image
from [picsum.photos](picsum.photos) instead of the embedded default
image. If you previously set `image.mode: screensaver`, change it to
`image.mode: default` to restore the previous behavior.
This commit is contained in:
Dermot Duffy
2026-06-30 17:45:12 -07:00
committed by dermotduffy
parent 9535bb8aa0
commit e2cceb55c8
11 changed files with 97 additions and 39 deletions
@@ -0,0 +1,4 @@
> [!WARNING]
> The `screensaver` mode requires internet access to fetch images from
> [picsum.photos](https://picsum.photos/). If picsum.photos is unavailable, the
> card falls back to the default embedded image.