diff options
Diffstat (limited to 'roles/hyprtheme/meta/argument_specs.yml')
| -rw-r--r-- | roles/hyprtheme/meta/argument_specs.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/hyprtheme/meta/argument_specs.yml b/roles/hyprtheme/meta/argument_specs.yml new file mode 100644 index 00000000..f949da72 --- /dev/null +++ b/roles/hyprtheme/meta/argument_specs.yml @@ -0,0 +1,14 @@ +--- +argument_specs: + main: + short_description: "Install hyprland themes on ArchLinux" + description: "Install hyprland themes on ArchLinux" + options: + hyprtheme_default_theme: + description: "The initial default theme to be used" + type: "str" + default: "everforest" + hyprtheme_default_font: + description: "The default theme font to be used" + type: "str" + default: "JetBrainsMono Nerd Font" |
