summaryrefslogtreecommitdiff
path: root/common/modules/matugen
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-26 02:27:02 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-26 02:27:02 +0530
commit9059d75874cdb0006ee4c1d39f8276aa9004be9a (patch)
tree3a4b748999a04f5c663db4f50dca2ab207296bb7 /common/modules/matugen
parentffafb880359009613864c176010c94aa7b11adc7 (diff)
nordwand-mono font and some small bixes
Diffstat (limited to 'common/modules/matugen')
-rw-r--r--common/modules/matugen/templates/matugen-niri.nix14
1 files changed, 10 insertions, 4 deletions
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}}"
}
}
'';