From 7dd886693c48fe94aa7b759e937a9cd15456512c Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 7 Mar 2026 18:51:00 +0530 Subject: term sequence to chnage colors on fly and update wall-picker to include sequence script --- common/modules/matugen/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/modules/matugen/default.nix') diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 45c6d50..316ff06 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -66,6 +66,10 @@ in template = "colors-xresources"; target = "~/.config/x11/matugen.Xresources"; }; + sequences = { + template = "sequences"; + target = "~/.config/sequences"; + }; }; }; }; @@ -183,6 +187,10 @@ in input_path = '~/.config/matugen/templates/zed.json' output_path = '~/.config/zed/themes/matugen.json' + [templates.sequences] + input_path = '~/.config/matugen/templates/sequences' + output_path = '~/.config/wallust/templates/sequences' + [templates.zen] input_path = '~/.config/matugen/templates/zen.css' output_path = '~/.config/wallust/templates/userChrome.css' -- cgit v1.3.1