aunetx / blur-my-shell

Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
https://extensions.gnome.org/extension/3193/blur-my-shell/
GNU General Public License v3.0
1.58k stars 88 forks source link

Blur does not apply properly on Alacritty windows #622

Open Beast-Viper opened 4 months ago

Beast-Viper commented 4 months ago

As the title says Blur My Shell does not blur properly on Alacritty windows. The only effect it has is to lighten up the background but no blur. Here are some samples: Screenshot from 2024-07-11 20-15-40 Blur disabled

Screenshot from 2024-07-11 20-16-27 Blur enabled

Screenshot from 2024-07-11 20-18-06 Both windows have blur enabled. Image for comparison.

image My system specs

alosarjos commented 3 months ago

Working fine here

Captura desde 2024-07-21 19-12-04

Beast-Viper commented 3 months ago

Working fine here

Captura desde 2024-07-21 19-12-04

Specs and software version?

alosarjos commented 3 months ago

Arch Linux with Gnome 46.3.1 Alacritty 0.13.2 (bb8ea18e) BlurMyShell 62

Alacritty Config:

import = [
  "~/.config/alacritty/tokyonight_moon.toml"
]

[env]
TERM = "xterm-256color"

[font]
size = 12.5

[window]
dimensions = { columns = 200, lines = 50 }
decorations_theme_variant = "Dark"
dynamic_title = false
opacity = 0.9

[keyboard]
bindings = [
  { key = "Q", mods = "Control", action = "Quit" },
]
Beast-Viper commented 1 month ago

Reason has been found. Rounded window corners is the cause. I have seen other app having the same issue with it.