From 111736b6097f0017f6bb748b97523341840ff656 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 11 Feb 2022 11:43:23 +0100 Subject: [PATCH] fix: adjust altitide/azimuth to account for daylight savings time --- sebin-sun.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sebin-sun.json b/sebin-sun.json index 9baa37a..4d83cce 100644 --- a/sebin-sun.json +++ b/sebin-sun.json @@ -2,15 +2,15 @@ { "fileName": "sebin-dyn_wallpaper1-hires.png", "isForLight": true, - "altitude": 31.86, - "azimuth": 93.83 + "altitude": 22.15, + "azimuth": 82.55 }, { "fileName": "sebin-dyn_wallpaper2-hires.png", "isPrimary": true, "isForLight": true, - "altitude": 61.51, - "azimuth": 169.15 + "altitude": 50.29, + "azimuth": 122.12 }, { "fileName": "sebin-dyn_wallpaper3-hires.png", @@ -21,8 +21,8 @@ { "fileName": "sebin-dyn_wallpaper4-hires.png", "isForLight": true, - "altitude": 38.92, - "azimuth": 256.95 + "altitude": 55.82, + "azimuth": 223.36 }, { "fileName": "sebin-dyn_wallpaper5-hires.png", @@ -33,8 +33,8 @@ { "fileName": "sebin-dyn_wallpaper6-hires.png", "isForDark": true, - "altitude": 1.76, - "azimuth": 301.95 + "altitude": -6.36, + "azimuth": 313.63 }, { "fileName": "sebin-dyn_wallpaper7-hires.png",