From 9059d75874cdb0006ee4c1d39f8276aa9004be9a Mon Sep 17 00:00:00 2001 From: beeb5k Date: Wed, 26 Aug 2026 02:27:02 +0530 Subject: nordwand-mono font and some small bixes --- common/modules/matugen/templates/matugen-niri.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'common/modules/matugen/templates/matugen-niri.nix') diff --git a/common/modules/matugen/templates/matugen-niri.nix b/common/modules/matugen/templates/matugen-niri.nix index 2bb80ca..9012878 100644 --- a/common/modules/matugen/templates/matugen-niri.nix +++ b/common/modules/matugen/templates/matugen-niri.nix @@ -9,8 +9,10 @@ "matugen/templates/matugen.kdl" = { text = '' layout { + background-color "{{colors.background.default.hex}}" + focus-ring { - active-color "{{colors.primary.default.hex}}" + active-color "{{colors.primary.default.hex}}" inactive-color "{{colors.outline.default.hex}}" urgent-color "{{colors.error.default.hex}}" } @@ -22,7 +24,7 @@ } shadow { - color "{{colors.shadow.default.hex}}" + color "{{colors.shadow.default.hex}}70" } tab-indicator { @@ -36,10 +38,14 @@ } } + overview { + backdrop-color "{{colors.background.default.hex}}" + } + recent-windows { highlight { - active-color "{{colors.primary.default.hex}}" - urgent-color "{{colors.error.default.hex}}" + active-color "{{colors.primary.default.hex}}" + urgent-color "{{colors.error.default.hex}}" } } ''; -- cgit v1.3.1