diff --git a/.alacritty.yml b/.alacritty.yml index 690752d..3e2260a 100644 --- a/.alacritty.yml +++ b/.alacritty.yml @@ -1,5 +1,5 @@ # Background opacity -background_opacity: 0.8 +background_opacity: 0.3 font: normal: diff --git a/.config/picom.conf b/.config/picom.conf index 1eb7a82..b4643d0 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -18,7 +18,7 @@ fading = true; blur: { method = "dual_kawase"; - size = 2; + size = 20; deviation = 5.0; };