diff --git a/credits.md b/credits.md
index e151495..bdf5726 100644
--- a/credits.md
+++ b/credits.md
@@ -18,6 +18,13 @@
Anand Chowdhary
+
+
+
+
+ Null
+
+ |
@@ -38,15 +45,15 @@
Zach Biles
- |
+
+
Ulises Gascón
- |
-
+
@@ -75,6 +82,14 @@
Null
|
+
+
+
+
+ Null
+
+ |
+
@@ -88,8 +103,7 @@
Ratty222
- |
-
+
@@ -405,6 +419,13 @@
|
+
+
+
+
+ Null
+
+ |
@@ -439,15 +460,15 @@
Jyotirmoy Bandyopadhyaya [Bravo68]
- |
+
+
Begin
- |
-
+
@@ -482,15 +503,15 @@
DeepSource Bot
- |
+
+
Desmond Kyeremeh
- |
-
+
@@ -525,15 +546,15 @@
FormatToday
- |
+
+
Garrett Brown
- |
-
+
@@ -568,15 +589,15 @@
Jeremy Chauvin
- |
+
+
Kieran
- |
-
+
@@ -611,15 +632,15 @@
Markus Krause
- |
+
+
Maxime Moreillon
- |
-
+
@@ -654,15 +675,15 @@
Null
- |
+
+
Ryan Turner
- |
-
+
@@ -697,15 +718,15 @@
Xert
- |
+
+
Null
- |
-
+
@@ -740,15 +761,15 @@
Imlonghao
- |
+
+
Jnach
- |
-
+
@@ -783,15 +804,15 @@
Null
- |
+
+
Soaibuzzaman
- |
-
+
diff --git a/widgets.md b/widgets.md
index ec80a46..9ed2b56 100644
--- a/widgets.md
+++ b/widgets.md
@@ -39,6 +39,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [Mvg Departure](#mvg-departure)
- [Mvg Connection](#mvg-connection)
- [Custom search](#custom-search)
+ - [Rescuetime overview](#rescuetime-overview)
- **[Self-Hosted Services Widgets](#self-hosted-services-widgets)**
- [System Info](#system-info)
- [Cron Monitoring](#cron-monitoring-health-checks)
@@ -1339,6 +1340,38 @@ This widget allows searching multiple search engines from dashy.
---
+### RescueTime Overview
+
+Show an overview of how you have spent your time for the current day.
+
+
+
+#### Options
+
+**Field** | **Type** | **Required** | **Description**
+--- | --- | --- | ---
+**`apiKey`** | `string` | required | The API-Key generated in the RescueTime UI.
+
+
+#### Example
+
+```yaml
+ - type: rescue-time
+ useProxy: true
+ options:
+ apiKey: abcdefghijkl_mnop
+```
+#### Info
+
+- **CORS**: 🟢 Required
+- **Auth**: 🔴 Required
+- **Price**: 🟠 Depends on user subscription
+- **Host**: [RescueTime](https://www.rescuetime.com)
+- **Privacy**: _See [RescueTime Privacy](https://www.rescuetime.com/privacy)_
+
+---
+
+
## Self-Hosted Services Widgets
|