issue with protonmail-bridge not solved

This commit is contained in:
afoucaultc 2026-07-07 08:47:55 +02:00
parent 39f608c4ca
commit cddb6edde7
12 changed files with 56 additions and 78 deletions

View file

@ -20,8 +20,8 @@ hl.config({
rounding_power = 10,
-- Change transparency of focused and unfocused windows
active_opacity = 1.0,
inactive_opacity = 1.0,
active_opacity = 0.9,
inactive_opacity = 0.9,
shadow = {
enabled = false,
@ -31,7 +31,7 @@ hl.config({
},
blur = {
enabled = false,
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,