Minimal screensaver with a sleeping cat and live clock progress bar.
npx shadcn@latest add https://refinery.abhii.me/r/sleeping-cat-screensaver.json| Name | Type | Description |
|---|---|---|
| bgColor | string | Background color class for the screen. |
| brandText | string | Brand label above the clock. |
| imageSrc | string | Image URL for the sleeping cat. |
| imageAlt | string | Alt text for the cat image. |
I update the time on a short interval and derive the progress bar from the current second of the minute. Motion handles the soft fade-in, while the image uses a gentle pulse so the screen does not feel completely static. You can replace the image and brand label to turn it into a calm idle state for your own app.