Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPII-2717: Updated nyx user to use JSON5 (night-screen) #630

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions testData/preferences/nyx.json

This file was deleted.

24 changes: 24 additions & 0 deletions testData/preferences/nyx.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
//# Nyx
//
//The preference set enables the night screen, reducing the blue from the screen.
//
//## Testing
//
//To see the results, a physical machine is required. When enabled, the blue is reduced (making white turn yellow).
//
//For a VM, search for "night light" in System Settings. The button will say `Turn on now` if this setting is disabled,
//otherwise `Turn off now`.
//
{
"flat": {
"name": "Nyx",
"contexts": {
"gpii-default": {
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/common/nightScreen": true
}
}
}
}
}
11 changes: 0 additions & 11 deletions testData/preferences/nyx.md

This file was deleted.