-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1779079
commit 6ee584e
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Digital Clock Notion Widget 🕛 | ||
|
||
<img src="https://github.com/user-attachments/assets/2b83aa4f-bc22-4fcf-a4fb-3c6a7fbbb81e" width="750" /> | ||
|
||
## Features 📲 | ||
|
||
- Notion colored backgrounds | ||
- Supports both 12 and 24 hour format | ||
- Time gets updated every minute | ||
|
||
## Usage 🛠💻 | ||
|
||
- `theme` URL Parameter | ||
- light: Sets the interface to a light theme, typically with a notion light-colored background. | ||
- dark: Sets the interface to a dark theme, usually with a notion dark-colored background. | ||
- `time` URL Parameter | ||
- 12: Displays time in a 12-hour format (e.g., 3:00 PM). | ||
- 24: Displays time in a 24-hour format (e.g., 15:00). | ||
|
||
## Example 💡 | ||
|
||
`https://jagadeesh-k-2802.github.io/digital-clock-notion-widget/?theme=dark&time=24` |