mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
feat(compton): fade + inactiveOpacity
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
services.compton = {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
activeOpacity = 1;
|
||||
fade = true;
|
||||
fadeDelta = 10;
|
||||
inactiveOpacity = 0.8;
|
||||
shadow = true;
|
||||
menuOpacity = 0.9;
|
||||
shadowOpacity = 0.3;
|
||||
|
||||
Reference in New Issue
Block a user