From 1eae7f9969af5fb1168636cff6110fbb0df372a3 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 14 Dec 2019 22:15:56 +0000 Subject: [PATCH] terminal: tweak opacity/blur visuals --- .config/alacritty/alacritty.yml | 2 +- .config/picom.conf | 4 ++-- .config/termite/config | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index e395fd2..00f52dd 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -223,7 +223,7 @@ visual_bell: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 0.95 +background_opacity: 0.85 # Mouse bindings # diff --git a/.config/picom.conf b/.config/picom.conf index dc45fa5..663be23 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -26,7 +26,7 @@ xinerama-shadow-crop = true; # Opacity frame-opacity = 1.0; # active-opacity = 0.8; -inactive-opacity = 0.7; +inactive-opacity = 0.6; inactive-opacity-override = true; # inactive-dim = 0.2; # inactive-dim-fixed = true; @@ -38,7 +38,7 @@ opacity-rule = [ blur: { method = "gaussian"; - size = 43; + size = 47; deviation = 25.0; }; blur-background-frame = true; diff --git a/.config/termite/config b/.config/termite/config index 4c56bf2..eb8cd2d 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -7,7 +7,7 @@ size_hints = true [colors] cursor = #5294E2 foreground = #ECEFF1 -background = rgba(56, 60, 74, 0.95) +background = rgba(56, 60, 74, 0.85) highlight = #5294E2 # Colour order: