Skip to content

Commit e74bc07

Browse files
committed
Update README
1 parent 94c46af commit e74bc07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ A Rust library and CLI for manipulating the Windows night light settings.
44

55
## `win-nightlight-lib`
66

7-
The `win-nightlight-lib` library includes basic functionality to parse the Windows
8-
night light settings from the user's registry. The night light state and settings are
9-
stored in a binary format located at:
7+
The `win-nightlight-lib` library includes basic functionality to parse and modify the
8+
Windows night light settings from the user's registry. The night light state and
9+
settings are stored in a binary format located at:
1010

11-
- `Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.settings\windows.data.bluelightreduction.settings`
12-
- `Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.bluelightreductionstate\windows.data.bluelightreduction.bluelightreductionstate`
11+
- `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.settings\windows.data.bluelightreduction.settings`
12+
- `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\DefaultAccount\Current\default$windows.data.bluelightreduction.bluelightreductionstate\windows.data.bluelightreduction.bluelightreductionstate`
1313

1414
As the format is in binary, the implementation for serialization & deserialization is
1515
done at a best-effort basis based on resources found online for format interpretations.

0 commit comments

Comments
 (0)