summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/compton.nix2
1 files changed, 1 insertions, 1 deletions
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;
};