mirror of
https://github.com/NohamR/xovi-qmd-extensions.git
synced 2025-11-23 10:59:30 +00:00
Add timezone instructions for clock features
This commit is contained in:
parent
ab274a7511
commit
17898d11af
@ -26,10 +26,15 @@ Beta releases are not tested nor supported.
|
|||||||
- Adds a live clock to the library sidebar; tap the entry to toggle seconds display.
|
- Adds a live clock to the library sidebar; tap the entry to toggle seconds display.
|
||||||

|

|
||||||

|

|
||||||
|
Note: You can add a timezone by editing the `clock.qmd` file and changing the timezone string in the line:
|
||||||
|
```
|
||||||
|
~&197102514&~ utc = now.getTime() + (now.getTimezoneOffset() * 60000);
|
||||||
|
```
|
||||||
|
|
||||||
#### `quickSettingsClock.qmd`
|
#### `quickSettingsClock.qmd`
|
||||||
- Injects a tappable clock into the Quick Settings header; tap to toggle between minute and second precision.
|
- Injects a tappable clock into the Quick Settings header; tap to toggle between minute and second precision.
|
||||||

|

|
||||||
|
Note: You can add a timezone by editing the `quickSettingsClock.qmd`, see above for details.
|
||||||
|
|
||||||
#### `forceSync.qmd`
|
#### `forceSync.qmd`
|
||||||
- Adds a cloud button in Quick Settings that forces a library sync when tapped (need further testing to confirm it works as intended).
|
- Adds a cloud button in Quick Settings that forces a library sync when tapped (need further testing to confirm it works as intended).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user