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
+8
View File
@@ -80,3 +80,11 @@ add_subdirectory(Components)
add_subdirectory(Blobs)
add_subdirectory(Config)
add_subdirectory(Llm)
pkg_check_modules(HYPRLAND_PROBE hyprland)
if(HYPRLAND_PROBE_FOUND)
add_subdirectory(HyprPlugins)
else()
message(STATUS
"hyprland development headers not found; skipping zshell-nightlight plugin")
endif()