summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-31 15:39:55 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-31 15:39:55 +0100
commit7272755bc3c397179197cf03c60704e10165a1f3 (patch)
tree35af1dccafd91d63b44c0bd1295a4a62159081c0 /roles/hyprtheme/meta
parent74181a7572ef087279a78e0046a161049f0d70c6 (diff)
Allow configuring the themes to install
Diffstat (limited to 'roles/hyprtheme/meta')
-rw-r--r--roles/hyprtheme/meta/argument_specs.yml11
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"