add nightlight hyprland plugin + rename hyprsunsetmanager -> nightlightmanager to control both
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user