aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-01 12:10:20 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-01 12:10:20 +0530
commitc0333b8bd91b164d452e515fb4176089823aa65a (patch)
tree6f0069a19943daf1bd95f90589b457eb1883e599 /picom.conf
parent6c055d89bdfd51eab7ba111a95dd55701d1c9888 (diff)
fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf5
1 files changed, 5 insertions, 0 deletions
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'",
];