diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-31 15:39:55 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-31 15:39:55 +0100 |
| commit | 7272755bc3c397179197cf03c60704e10165a1f3 (patch) | |
| tree | 35af1dccafd91d63b44c0bd1295a4a62159081c0 /roles/hyprtheme/meta | |
| parent | 74181a7572ef087279a78e0046a161049f0d70c6 (diff) | |
Allow configuring the themes to install
Diffstat (limited to 'roles/hyprtheme/meta')
| -rw-r--r-- | roles/hyprtheme/meta/argument_specs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/hyprtheme/meta/argument_specs.yml b/roles/hyprtheme/meta/argument_specs.yml index 5bb93ae6..52997ead 100644 --- a/roles/hyprtheme/meta/argument_specs.yml +++ b/roles/hyprtheme/meta/argument_specs.yml @@ -12,3 +12,14 @@ argument_specs: description: "The default theme mono font to be used" type: "str" default: "JetBrainsMono Nerd Font" + hyprtheme_themes_to_install: + description: "Themes to install" + type: "list" + default: + - "catppuccin" + - "everforest" + - "gruvbox" + - "matte-black" + - "osaka-jade" + - "ristretto" + - "tokyo-night" |
