diff options
| author | brustybee <bee@4d2.org> | 2026-03-14 02:05:44 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-14 02:05:44 +0530 |
| commit | 8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 (patch) | |
| tree | 6a9123c88291c021c9d676a39630e97a38b6a88c /common/modules/dwm | |
| parent | 03b95036d3feeede02691280641657daa5a2be56 (diff) | |
system24 matugen template
Diffstat (limited to 'common/modules/dwm')
| -rw-r--r-- | common/modules/dwm/default.nix | 1 | ||||
| -rw-r--r-- | common/modules/dwm/picom.nix | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/common/modules/dwm/default.nix b/common/modules/dwm/default.nix index 8aadbfb..d89ef60 100644 --- a/common/modules/dwm/default.nix +++ b/common/modules/dwm/default.nix @@ -91,6 +91,7 @@ in dunst & clipcatd & + slstatus & ${lib.optionalString (!cfg.picom.enable) '' xrandr --output eDP --set TearFree on ''} diff --git a/common/modules/dwm/picom.nix b/common/modules/dwm/picom.nix index 34b31c2..8e7d4b5 100644 --- a/common/modules/dwm/picom.nix +++ b/common/modules/dwm/picom.nix @@ -9,8 +9,8 @@ in backend = "glx"; vSync = true; - activeOpacity = if cfg.window.blur.enable then 0.87 else cfg.window.opacity.active; - inactiveOpacity = if cfg.window.blur.enable then 0.87 else cfg.window.opacity.inactive; + activeOpacity = if cfg.window.blur.enable then 0.90 else cfg.window.opacity.active; + inactiveOpacity = if cfg.window.blur.enable then 0.90 else cfg.window.opacity.inactive; opacityRules = [ "100:fullscreen" |
