Skip to content

Commit

Permalink
Make example manifest files slightly more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed Apr 12, 2022
1 parent 2e06d43 commit 2d69304
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,22 +134,19 @@ The manifest file looks as follows
"CrossFade": true,
"Time": "18:00",
"FileName": "0.png"
},
{
}, {
"SolarAzimuth": 0,
"SolarElevation": -90,
"CrossFade": true,
"Time": "00:00",
"FileName": "1.png"
},
{
}, {
"SolarAzimuth": 90,
"SolarElevation": 0,
"CrossFade": true,
"Time": "06:00",
"FileName": "2.png"
},
{
}, {
"SolarAzimuth": 180,
"SolarElevation": 90,
"CrossFade": true,
Expand Down Expand Up @@ -206,8 +203,7 @@ The manifest file for a day/night wallpaper looks as follows
{
"TimeOfDay": "day",
"FileName": "day.png"
},
{
}, {
"TimeOfDay": "night",
"FileName": "night.png"
}
Expand Down

0 comments on commit 2d69304

Please sign in to comment.