From 938c4b2d256170551301c8bd36f72e18d28f02b8 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Mon, 25 Aug 2025 08:45:05 +0200 Subject: [PATCH] Comment WlrLayer.Overlay from Notification popup, edit Kitty template --- Assets/Matugen/templates/kitty.conf | 19 +++++++------------ Modules/Notification/Notification.qml | 2 +- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/Assets/Matugen/templates/kitty.conf b/Assets/Matugen/templates/kitty.conf index 430b880..da8f868 100644 --- a/Assets/Matugen/templates/kitty.conf +++ b/Assets/Matugen/templates/kitty.conf @@ -1,40 +1,35 @@ -cursor {{colors.on_surface.default.hex}} -cursor_text_color {{colors.on_surface_variant.default.hex}} +cursor {{colors.on_surface.default.hex}} +cursor_text_color {{colors.on_surface_variant.default.hex}} foreground {{colors.on_surface.default.hex}} background {{colors.surface.default.hex}} + selection_foreground {{colors.on_secondary.default.hex}} selection_background {{colors.secondary.default.hex}} + url_color {{colors.primary.default.hex}} -# black color0 {{colors.surface_container.default.hex}} -color8 {{colors.on_surface_variant.default.hex}} +color8 {{colors.outline_variant.default.hex}} -# red color1 {{colors.error.default.hex}} color9 {{colors.on_error.default.hex}} -# green color2 {{colors.tertiary.default.hex}} color10 {{colors.on_tertiary.default.hex}} -# yellow color3 {{colors.secondary.default.hex}} color11 {{colors.on_secondary.default.hex}} -# blue color4 {{colors.primary.default.hex}} color12 {{colors.on_primary.default.hex}} -# magenta color5 {{colors.surface_container.default.hex}} color13 {{colors.on_surface.default.hex}} -# cyan color6 {{colors.outline_variant.default.hex}} -color14 {{colors.on_surface_variant.default.hex}} +color14 {{colors.secondary.default.hex}} -# white color7 {{colors.on_surface_variant.default.hex}} color15 {{colors.on_surface.default.hex}} + diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index a79d60d..30d59f5 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -41,7 +41,7 @@ Variants { margins.right: Style.marginM * scaling implicitWidth: 360 * scaling implicitHeight: Math.min(notificationStack.implicitHeight, (NotificationService.maxVisible * 120) * scaling) - WlrLayershell.layer: WlrLayer.Overlay + //WlrLayershell.layer: WlrLayer.Overlay WlrLayershell.exclusionMode: ExclusionMode.Ignore // Connect to animation signal from service