Comment WlrLayer.Overlay from Notification popup, edit Kitty template
This commit is contained in:
parent
42273bf50f
commit
938c4b2d25
2 changed files with 8 additions and 13 deletions
|
|
@ -3,38 +3,33 @@ cursor_text_color {{colors.on_surface_variant.default.hex}}
|
||||||
|
|
||||||
foreground {{colors.on_surface.default.hex}}
|
foreground {{colors.on_surface.default.hex}}
|
||||||
background {{colors.surface.default.hex}}
|
background {{colors.surface.default.hex}}
|
||||||
|
|
||||||
selection_foreground {{colors.on_secondary.default.hex}}
|
selection_foreground {{colors.on_secondary.default.hex}}
|
||||||
selection_background {{colors.secondary.default.hex}}
|
selection_background {{colors.secondary.default.hex}}
|
||||||
|
|
||||||
url_color {{colors.primary.default.hex}}
|
url_color {{colors.primary.default.hex}}
|
||||||
|
|
||||||
# black
|
|
||||||
color0 {{colors.surface_container.default.hex}}
|
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}}
|
color1 {{colors.error.default.hex}}
|
||||||
color9 {{colors.on_error.default.hex}}
|
color9 {{colors.on_error.default.hex}}
|
||||||
|
|
||||||
# green
|
|
||||||
color2 {{colors.tertiary.default.hex}}
|
color2 {{colors.tertiary.default.hex}}
|
||||||
color10 {{colors.on_tertiary.default.hex}}
|
color10 {{colors.on_tertiary.default.hex}}
|
||||||
|
|
||||||
# yellow
|
|
||||||
color3 {{colors.secondary.default.hex}}
|
color3 {{colors.secondary.default.hex}}
|
||||||
color11 {{colors.on_secondary.default.hex}}
|
color11 {{colors.on_secondary.default.hex}}
|
||||||
|
|
||||||
# blue
|
|
||||||
color4 {{colors.primary.default.hex}}
|
color4 {{colors.primary.default.hex}}
|
||||||
color12 {{colors.on_primary.default.hex}}
|
color12 {{colors.on_primary.default.hex}}
|
||||||
|
|
||||||
# magenta
|
|
||||||
color5 {{colors.surface_container.default.hex}}
|
color5 {{colors.surface_container.default.hex}}
|
||||||
color13 {{colors.on_surface.default.hex}}
|
color13 {{colors.on_surface.default.hex}}
|
||||||
|
|
||||||
# cyan
|
|
||||||
color6 {{colors.outline_variant.default.hex}}
|
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}}
|
color7 {{colors.on_surface_variant.default.hex}}
|
||||||
color15 {{colors.on_surface.default.hex}}
|
color15 {{colors.on_surface.default.hex}}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ Variants {
|
||||||
margins.right: Style.marginM * scaling
|
margins.right: Style.marginM * scaling
|
||||||
implicitWidth: 360 * scaling
|
implicitWidth: 360 * scaling
|
||||||
implicitHeight: Math.min(notificationStack.implicitHeight, (NotificationService.maxVisible * 120) * scaling)
|
implicitHeight: Math.min(notificationStack.implicitHeight, (NotificationService.maxVisible * 120) * scaling)
|
||||||
WlrLayershell.layer: WlrLayer.Overlay
|
//WlrLayershell.layer: WlrLayer.Overlay
|
||||||
WlrLayershell.exclusionMode: ExclusionMode.Ignore
|
WlrLayershell.exclusionMode: ExclusionMode.Ignore
|
||||||
|
|
||||||
// Connect to animation signal from service
|
// Connect to animation signal from service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue