> For the complete documentation index, see [llms.txt](https://monthly-calender-widgets.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monthly-calender-widgets.gitbook.io/docs/widgets/widget-catalog.md).

# Widget catalog

Monthly Calendar Widgets includes **80+ widgets** across Home Screen calendar widgets, Lock Screen utilities, and Custom user-designed widgets.

## Home Screen calendar widgets (55 total)

Home Screen widgets display your calendar data on your Home Screen. They come in multiple sizes across 10 theme families.

### Sizes and counts

| Size                            | Layout                 | Themes available                                                                                        | Count |
| ------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------------- | ----- |
| **Large (4x4)**                 | Full month grid        | Clean White, Dark, Monochrome, Minimalist, Paper, Sakura, Ukiyo-e, Manga, Custom, Liquid Glass (iOS 26) | 11    |
| **Medium Week (4x2)**           | Week view              | Clean White, Dark, Monochrome, Minimalist, Paper, Sakura, Ukiyo-e, Manga, Custom                        | 9     |
| **Medium Event+Calendar (4x2)** | Events + mini calendar | Clean White, Dark, Monochrome, Minimalist, Paper, Sakura, Ukiyo-e, Manga                                | 8     |
| **Small (2x2)**                 | Compact calendar       | Clean White, Dark, Monochrome, Minimalist, Paper, Sakura, Ukiyo-e, Manga                                | 8     |
| **Progress**                    | Day/year progress dots | Light, Dark                                                                                             | 2     |

> All Home Screen widgets are Pro features except for the basic display mode shown to free users.

### Theme families

| Theme                     | Description                                                       |
| ------------------------- | ----------------------------------------------------------------- |
| **Clean White**           | Bright, minimal design with clear typography                      |
| **Dark / OLED**           | True black backgrounds, optimized for OLED screens                |
| **Monochrome**            | Grayscale palette for a sophisticated, distraction-free look      |
| **Minimalist**            | Stripped-down design with maximum whitespace                      |
| **Paper / Notebook**      | Warm, textured appearance inspired by paper calendars             |
| **Sakura**                | Soft pink cherry blossom-inspired palette                         |
| **Ukiyo-e**               | Japanese woodblock print-inspired sunset gradients                |
| **Manga / Comic Book**    | Bold, high-contrast comic-inspired styling                        |
| **Custom**                | User-designed via the Custom Widget Builder (Large + Medium Week) |
| **Liquid Glass (iOS 26)** | Tinted-mode translucent design for iOS 26 (Large only)            |

## Lock Screen utility widgets (26 total)

Lock Screen widgets are compact, glanceable utilities. They come in three widget families: Circular, Rectangular, and Inline.

### Day progress (4 widgets)

| Widget            | Family      | Description                      |
| ----------------- | ----------- | -------------------------------- |
| **Day Remaining** | Rectangular | Hours remaining in your day      |
| **Day Gauge**     | Circular    | Minimal gauge showing hours left |
| **Day Dots**      | Rectangular | 24 dots representing 24 hours    |
| **Day Squares**   | Rectangular | 24 squares representing 24 hours |

### Year progress (2 widgets)

| Widget           | Family      | Description              |
| ---------------- | ----------- | ------------------------ |
| **Year Dots**    | Rectangular | 52 dots for 52 weeks     |
| **Year Squares** | Rectangular | 12 squares for 12 months |

### Countdown timers (10 widgets)

| Widget                    | Family      | Description                             |
| ------------------------- | ----------- | --------------------------------------- |
| **Countdown Timer**       | Circular    | Circular countdown to target            |
| **Timer Countdown**       | Rectangular | Progress bar countdown                  |
| **Timer Detailed**        | Rectangular | Days, hours, minutes, seconds breakdown |
| **Timer Inline**          | Inline      | Compact single-line timer               |
| **Timer Dots (inline)**   | Inline      | Dot-based progress (filled/empty)       |
| **Timer Dashes**          | Inline      | Dash-based progress (filled/empty)      |
| **Timer Dots (circular)** | Circular    | Circular dots countdown                 |
| **Timer Ring**            | Circular    | Minimal ring countdown                  |
| **Timer Dots Grid**       | Rectangular | Dots grid countdown                     |
| **Timer Bars**            | Rectangular | Bars countdown                          |

### Dual timers (3 widgets)

| Widget               | Family      | Description                                                                                                            |
| -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Dual Timer Equal** | Rectangular | Two timers with equal prominence                                                                                       |
| **Dual Timer Hero**  | Rectangular | One large primary, one compact secondary                                                                               |
| **Dual Timer Rings** | Circular    | Shows both timers at the same time in one compact widget layout (despite the name, it does not draw two ring graphics) |

### Stopwatch (1 widget)

| Widget                 | Family      | Description                        |
| ---------------------- | ----------- | ---------------------------------- |
| **Stopwatch Detailed** | Rectangular | Elapsed time from seconds to years |

### Dual stopwatches (2 widgets)

| Widget                  | Family      | Description                              |
| ----------------------- | ----------- | ---------------------------------------- |
| **Dual Stopwatch**      | Rectangular | Two stopwatches side by side             |
| **Dual Stopwatch Hero** | Rectangular | One large primary, one compact secondary |

## Summary

| Category                     | Count  | Placement   |
| ---------------------------- | ------ | ----------- |
| Home Screen calendar widgets | 55     | Home Screen |
| Lock Screen utility widgets  | 26     | Lock Screen |
| **Total**                    | **81** |             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://monthly-calender-widgets.gitbook.io/docs/widgets/widget-catalog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
