add nightlight hyprland plugin + rename hyprsunsetmanager -> nightlightmanager to control both

This commit is contained in:
2026-08-31 13:53:37 +02:00
parent 703d804746
commit d4e936a7e2
11 changed files with 1087 additions and 222 deletions
+3 -1
View File
@@ -26,12 +26,14 @@ Singleton {
service.toggle();
}
HyprsunsetManager {
NightlightManager {
id: service
activeAuto: Config.general.color.scheduleHyprsunset
endTime: root.end
startTime: root.start
temp: root.temp
fadeDuration: Config.general.color.nativeFadeDuration / 1000
useNativeNightlight: Config.general.color.useNativeNightlight
}
}