From 0b1eff4b0b1e618db042cc28aaee24fe7f831cee Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Fri, 25 Jun 2021 14:39:17 -0600 Subject: services/compton: fix opacity type Signed-off-by: Kenny Ballou --- services/compton.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/compton.nix b/services/compton.nix index 57a4d81..b10ef0b 100644 --- a/services/compton.nix +++ b/services/compton.nix @@ -4,7 +4,7 @@ services.compton = { enable = true; fade = true; - inactiveOpacity = "0.9"; + inactiveOpacity = 0.9; shadow = true; fadeDelta = 4; }; -- cgit v1.2.1