widadjust: add icon
parent
38d6a95303
commit
76363b8dc6
|
|
@ -50,3 +50,8 @@ function adjustedNow() {
|
||||||
return WIDGETS.adjust ? WIDGETS.adjust.now() : Date.now();
|
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).
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "widadjust",
|
"id": "widadjust",
|
||||||
"name": "Adjust Clock",
|
"name": "Adjust Clock",
|
||||||
|
"icon": "icon.png",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
"description": "Adjusts clock continually in the background to counter clock drift",
|
"description": "Adjusts clock continually in the background to counter clock drift",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue