alacritty/alacritty

No transparency after last update

joaomatos02 opened this issue · 6 comments

System

OS:macOS
Version: alacritty 0.14.0-dev (7077a5f)

Problem

Opacity stopped working. Alacritty's background is black when opacity=1 and becomes grey with opacity=0 without turning transparent

Have you confirmed downgrading to a21adf1 fixes the issue?

Tested all versions and then messed up and gave you wrong info, sorry!
It stopped working in 48c088a. Last working commit in a77f77c.

Which macOS version, also does #7965 fix it?

I tested both with my config and #7965 doesn't seem to fix it, it's somewhat transparent but not as before.

This is at 235bfe7
image

This is last working commit for me a77f77c
image

Config on both:

...
[window]
decorations = "Buttonless"
#decorations = "Full"
option_as_alt = "Both"
opacity = 0.92
...
Full config

``` import = [ # "~/.config/alacritty/colors/tokyo-night-storm.toml", # "~/.config/alacritty/colors/tokyo-night.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-latte.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-mocha.toml", "~/.config/alacritty/colors/catppuccin/catppuccin-frappe.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-machiatto.toml", ]

live_config_reload = true

#[shell]
#program = "/bin/zsh"

[bell]
animation = "EaseOutQuad"
color = "0xf7768e"
duration = 300

[colors]
draw_bold_text_with_bright_colors = true

[font]
size = 18.0

[font.normal]
family = "Maple Mono NF"

[hints]
alphabet = "jfkdls;ahgurieowpq"

[[hints.enabled]]
command = "open"
hyperlinks = true
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-�<>\"\\s{-}\\^⟨⟩`]+"

[hints.enabled.binding]
key = "U"
mods = "Control|Shift"

[hints.enabled.mouse]
enabled = true
mods = "None"

[[keyboard.bindings]]
key = "Comma"
mods = "Command"

[keyboard.bindings.command]
args = ["-c", "open ~/.config/alacritty/alacritty.toml"]
program = "sh"

[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "N"
mods = "Command"

[[keyboard.bindings]]
chars = " "
key = "Space"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u0015"
key = "Back"
mods = "Super"

[[keyboard.bindings]]
chars = "\u001Bb"
key = "Left"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u001Bf"
key = "Right"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u001BOH"
key = "Left"
mode = "AppCursor"
mods = "Command"

[[keyboard.bindings]]
chars = "\u001BOF"
key = "Right"
mode = "AppCursor"
mods = "Command"

[[keyboard.bindings]]
action = "ToggleSimpleFullscreen"
key = "F"
mods = "Command|Control|Alt"

[window]
decorations = "Buttonless"
#decorations = "Full"
option_as_alt = "Both"
opacity = 0.92

[window.dimensions]
columns = 140
lines = 40

</p>
</details> 

@madsmtm @kchibisov Looks like a macOS winit regression?

Note: #153 (comment)

I came here to voice issues with emoji rendering on Linux Mint