hyprland/surface: add hyprland surface opacity support

This commit is contained in:
outfoxxed 2025-01-01 15:28:09 -08:00
parent 08836ca1f3
commit 3a40174ed6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
14 changed files with 476 additions and 2 deletions

View file

@ -19,6 +19,11 @@ if (HYPRLAND_GLOBAL_SHORTCUTS)
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._GlobalShortcuts)
endif()
if (HYPRLAND_SURFACE_EXTENSIONS)
add_subdirectory(surface)
list(APPEND HYPRLAND_MODULES Quickshell.Hyprland._SurfaceExtensions)
endif()
qt_add_qml_module(quickshell-hyprland
URI Quickshell.Hyprland
VERSION 0.1