From 8449f016125fc28013dae88b1392bac16fb43a43 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Nov 2024 22:11:53 -0500 Subject: [PATCH] add transparency to conky --- picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/picom.conf b/picom.conf index f396921..d90b295 100644 --- a/picom.conf +++ b/picom.conf @@ -19,4 +19,6 @@ active-opacity = 1; opacity-rule = [ "80:class_g = 'Sakura' && focused", "60:class_g = 'Sakura' && !focused", + "80:class_g = 'Conky' && focused", + "60:class_g = 'Conky' && !focused" ];