From 23a1ca8e96a968a2e4590ce6c69b7e2b4d412d38 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 24 Jun 2023 15:03:11 +0200 Subject: [PATCH] feat(picom): better opacity --- config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 3c0855d..87f1dea 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -1,6 +1,6 @@ # Opacity -inactive-opacity = 0.65; -active-opacity = 0.9; +inactive-opacity = 0.4; +active-opacity = 0.8; # Border corner-radius = 6