From 47484cfd7f10759dad95d1537c04faa65c70fde7 Mon Sep 17 00:00:00 2001 From: Charles D Date: Sun, 2 Jul 2023 16:32:17 -0400 Subject: [PATCH] tweak terminal opacity --- .config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 408b548..088d8f6 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -54,9 +54,10 @@ opacity-rule = [ # Blur blur-background = true; blur-method = "dual_kawase"; -blur-strength = 6; +blur-strength = 4; -blur-background-exclude = [ ]; +blur-background-exclude = [ +]; # Rounded corners corner-radius = 0;