From 34a6cf393681f1e2a9eb6b3f29e875d9dbbb7222 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 8 Aug 2025 16:00:01 +0300 Subject: [PATCH] Update readme with `timeoffset` and `timedst` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6101ca1b..bf9f0978 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,8 @@ hekate has a boot storage in the binary that helps it configure it outside of BP | themebg=2d2d2d | Sets Nyx background color in HEX. EXPERIMENTAL. | | themecolor=167 | Sets Nyx color of text highlights. | | entries5col=0 | 1: Sets Launch entry columns from 4 to 5 per line. For a total of 10 entries. | -| timeoff=100 | Sets time offset in HEX. Must be in HOS epoch format | +| timeoffset=100 | Sets time offset in HEX. Must be in epoch format | +| timedst=0 | Enables automatic daylight saving hour adjustment | | homescreen=0 | Sets home screen. 0: Home menu, 1: All configs (merges Launch and More configs), 2: Launch, 3: More Configs. | | verification=1 | 0: Disable Backup/Restore verification, 1: Sparse (block based, fast and mostly reliable), 2: Full (sha256 based, slow and 100% reliable). | | ------------------ | ------- The following options can only be edited in nyx.ini ------- |