widadjust: add icon

pull/1512/head
Markus Laire 2022-02-25 18:43:48 +02:00 committed by GitHub
parent 38d6a95303
commit 76363b8dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -50,3 +50,8 @@ function adjustedNow() {
return WIDGETS.adjust ? WIDGETS.adjust.now() : Date.now();
}
```
## Acknowledgment
Uses [Clock Settings](https://icons8.com/icon/tQvI71EfIWy3/clock-settings)
icon by [Icons8](https://icons8.com).

BIN
apps/widadjust/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,6 +1,7 @@
{
"id": "widadjust",
"name": "Adjust Clock",
"icon": "icon.png",
"version": "0.01",
"description": "Adjusts clock continually in the background to counter clock drift",
"type": "widget",