diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 18:51:00 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 18:51:00 +0530 |
| commit | 7dd886693c48fe94aa7b759e937a9cd15456512c (patch) | |
| tree | a913b3aea75d801224b4512856d28b8d902f6727 /common/modules/matugen/default.nix | |
| parent | 6b7e27bb07f48031f003557815a1fe0b7450194d (diff) | |
term sequence to chnage colors on fly and update wall-picker to include sequence script
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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' |
