diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:16:06 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 23:16:06 +0200 |
| commit | 81748af284907dd0d14fafb9a532fe80d0cf9b7c (patch) | |
| tree | a6d8b3a42798e497e37e8ac1f0aa9ac825c3a0ef /modules/home/i3wm/nord-blue/picom.nix | |
| parent | 83fec3546514fc4f045908adc0581d5254a756d4 (diff) | |
Removed old lefotover nord-blue rice
Diffstat (limited to 'modules/home/i3wm/nord-blue/picom.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/picom.nix | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/modules/home/i3wm/nord-blue/picom.nix b/modules/home/i3wm/nord-blue/picom.nix deleted file mode 100644 index 60b015d..0000000 --- a/modules/home/i3wm/nord-blue/picom.nix +++ /dev/null @@ -1,68 +0,0 @@ -{ pkgs, config, lib, ... }: - - -{ - services.picom = { - enable = true; - package = pkgs.picom-pijulius; - - settings = { - ### Backend - backend = "glx"; - vsync = true; - - ### Opacity - inactive-opacity = 0.9; - active-opacity = 1.0; - - ### Fading - fading = true; - fade-delta = 5; - fade-in-step = 0.09; - fade-out-step = 0.09; - - - - ### Shadows - shadow = true; - shadow-radius = 15; - shadow-opacity = 0.5; - shadow-offset-x = 12; - shadow-offset-y = 12; - - shadow-exclude = [ - "class_g = 'i3-frame'" - "window_type = 'dock'" - "window_type = 'desktop'" - "name = 'dmenu'" - "class_g = 'dmenu'" - ]; - - ### Rounded corners - corner-radius = 15; - round-borders = 1; - - rounded-corners-exclude = [ - "class_g = 'i3-frame'" - "window_type = 'dock'" - ]; - - ### Animations - animations = true; - - # Physics tuning (higher = snappier) - animation-stiffness = 25; - animation-dampening = 1; - animation-window-mass = 0.01; - - ### Per-action animations - animation-for-open-window = "zoom"; - animation-for-unmap-window = "slide-up"; - animation-for-transient-window = "zoom"; - - # Moving / resizing - animation-for-move-window = "slide"; - animation-for-resize-window = "stretch"; - }; - }; -}
\ No newline at end of file |
