summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-15 15:01:19 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-15 15:01:19 +0100
commit115f703928fc7b6ab2c591edcd025bab6c7a3ce8 (patch)
tree782f608aa554139a8306d391d1061e0de7edc665 /roles/hyprtheme/meta/argument_specs.yml
parent99a4507fb0186f490ba6a4d35371f5fba5445b2d (diff)
Add role meta and initial theme setup using default theme
Diffstat (limited to 'roles/hyprtheme/meta/argument_specs.yml')
-rw-r--r--roles/hyprtheme/meta/argument_specs.yml14
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"