From 8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 14 Mar 2026 02:05:44 +0530 Subject: system24 matugen template --- common/modules/dwm/default.nix | 1 + common/modules/dwm/picom.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'common/modules/dwm') 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" -- cgit v1.3.1