Created
December 1, 2016 17:36
-
-
Save pjones/31a2da98113b7702fc444a6327565ce3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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