From c0333b8bd91b164d452e515fb4176089823aa65a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 1 Dec 2020 12:10:20 +0530 Subject: fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke --- picom.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'picom.conf') diff --git a/picom.conf b/picom.conf index b96fafda..a0a957a7 100644 --- a/picom.conf +++ b/picom.conf @@ -428,8 +428,13 @@ opacity-rule = [ "95:class_g = 'Thunderbird' && focused", "90:class_g = 'Thunderbird' && !focused", "90:name *?= 'AUR'", + "90:name *?= 'Arch'", + "90:name *?= 'google'", + "95:name *?= 'stackoverflow'", "90:name *?= 'Vidhu Kant'", "95:name *?= 'DuckDuckgo'", "98:name *?= 'twitter'", "98:name *?= 'Mail'", + "98:name *?= 'WhatsApp'", + "97:name *?= 'Discord'", ]; -- cgit v1.2.3