aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-21 14:34:37 +0000
committerAkshay <[email protected]>2023-01-21 14:34:37 +0000
commit151790a591fc9a6c9b153b1d514610e26d6bc87e (patch)
tree3c245fbfc6c1b7533bc7d09d439cece755e86b61 /services
parent7ff9aca0e71b0277d9ebe73a3cee1799c513d25d (diff)
6.1.7 working
Diffstat (limited to 'services')
-rw-r--r--services/default.nix2
-rw-r--r--services/picom.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/services/default.nix b/services/default.nix
index 83955bf..dda2992 100644
--- a/services/default.nix
+++ b/services/default.nix
@@ -8,7 +8,7 @@
8 8
9 imports = [ 9 imports = [
10 ./dunst.nix 10 ./dunst.nix
11 ./picom.nix 11 # ./picom.nix
12 ./redshift.nix 12 ./redshift.nix
13 ./sxhkd.nix 13 ./sxhkd.nix
14 ./mbsync.nix 14 ./mbsync.nix
diff --git a/services/picom.nix b/services/picom.nix
index 67605d1..08ba376 100644
--- a/services/picom.nix
+++ b/services/picom.nix
@@ -10,7 +10,6 @@
10 fade = true; 10 fade = true;
11 fadeDelta = 10; 11 fadeDelta = 10;
12 fadeSteps = [ "0.04" "0.04" ]; 12 fadeSteps = [ "0.04" "0.04" ];
13 inactiveDim = "0.0";
14 shadow = false; 13 shadow = false;
15 shadowOffsets = [ (-60) (-60) ]; 14 shadowOffsets = [ (-60) (-60) ];
16 shadowOpacity = "0.20"; 15 shadowOpacity = "0.20";