NightLight: reworked settings, defined fade duration and simplified service.

This commit is contained in:
LemmyCook 2025-08-31 00:13:40 -04:00
parent 2c9e675ba4
commit 87f9afbd85
6 changed files with 72 additions and 158 deletions

View file

@ -103,7 +103,10 @@ ShellRoot {
// Save a ref. to our lockScreen so we can access it easily
PanelService.lockScreen = lockScreen
// Ensure our singleton is created as soon as possible so we start fetching weather asap
// Ensure our location singleton is created as soon as possible so we start fetching weather asap
LocationService.init()
// Kickoff NightLight service
NightLightService.apply()
}
}