You can customize the time and date format using Python strftime format.
Leave empty to use the default format.
| Format | Description |
|---|---|
| %Y | Year with century as a decimal number (e.g., 2025). |
| %y | Year without century as a zero-padded decimal number (00–99). |
| %m | Month as a zero-padded decimal number (01–12). |
| %B | Full month name (e.g., January, February). |
| %b | Abbreviated month name (e.g., Jan, Feb). |
| %d | Day of the month as a zero-padded decimal number (01–31). |
| %e | Day of the month as a space-padded decimal number ( 1–31). |
| %j | Day of the year as a zero-padded decimal number (001–366). |
| %A | Full weekday name (e.g., Monday, Tuesday). |
| %a | Abbreviated weekday name (e.g., Mon, Tue). |
| %w | Weekday as a decimal number, where Sunday is 0. |
| %H | Hour (24-hour clock) as a zero-padded decimal number (00–23). |
| %I | Hour (12-hour clock) as a zero-padded decimal number (01–12). |
| %p | Locale’s equivalent of AM or PM. |
| %M | Minute as a zero-padded decimal number (00–59). |
| %S | Second as a zero-padded decimal number (00–59). |
| %f | Millisecond as a zero-padded decimal number (000–999). |
| %z | UTC offset in the form ±HHMM (e.g., +0100). |
| %Z | Time zone name (e.g., CET, UTC, PST). Falls back to offset if not available. |
| %F | Shortcut for %Y-%m-%d (ISO 8601 date format). |
| %T | Shortcut for %H:%M:%S (24-hour time format). |
| %% | A literal percent sign (%). |
Upload images that you want as background! (Supported formats: JPG, PNG, GIF)
You can have any fonts that you've installed to your local machine, just keep in mind that this is case sensitive.
This does also support any fonts from Google Fonts,
however that requires both Internet and From Google Fonts? enabled in order for this to work on the homepage.
Just to showcase how it would look, this box background changes colour as a demonstration.
Keep in mind, checking this will disable Custom background
Current:
To get your own weather key, go to https://home.openweathermap.org/api_keys to recive one.
Add, remove and edit your bookmarks that are shown on the homepage.
Instead (or additionally) of manually adding bookmarks, you can have the extension fetch your most visited sites.
This is based on your browser history and will update as you visit more sites.
Go wild, make the homepage more personal. I allow you to do whatever you desire.