From 5cdb4e421a809de51c3ebe8404e50d732721238b Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 26 Sep 2021 21:26:36 +0530 Subject: init --- services/picom.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 services/picom.nix (limited to 'services/picom.nix') diff --git a/services/picom.nix b/services/picom.nix new file mode 100644 index 0000000..67605d1 --- /dev/null +++ b/services/picom.nix @@ -0,0 +1,18 @@ +{ config +, pkgs +, ... +}: + +{ + services.picom = { + enable = true; + backend = "glx"; + fade = true; + fadeDelta = 10; + fadeSteps = [ "0.04" "0.04" ]; + inactiveDim = "0.0"; + shadow = false; + shadowOffsets = [ (-60) (-60) ]; + shadowOpacity = "0.20"; + }; +} -- cgit v1.2.3