Skip to content

Instantly share code, notes, and snippets.

@pjones
Created December 1, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjones/31a2da98113b7702fc444a6327565ce3 to your computer and use it in GitHub Desktop.
Save pjones/31a2da98113b7702fc444a6327565ce3 to your computer and use it in GitHub Desktop.
services.compton = {
enable = true;
package = pkgs.compton-git;
fade = true;
fadeDelta = 5;
activeOpacity = "1.0";
inactiveOpacity = "0.92";
menuOpacity = "1.0";
shadow = false;
extraOptions = ''
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment