summaryrefslogtreecommitdiffstats
path: root/roles/hyprcursor/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-16 17:20:10 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-16 17:25:06 +0100
commit1cf7d4d33e2cd7bf85f5adc3a38072b04bffecb3 (patch)
treee39fd111e5a93db1f80405181d3bae57cfe9c4fb /roles/hyprcursor/meta/argument_specs.yml
parent0f49924acbb4799d4f9d3963b623612c1c64f75b (diff)
Add hyprcursor configurations to hyprland
Diffstat (limited to 'roles/hyprcursor/meta/argument_specs.yml')
-rw-r--r--roles/hyprcursor/meta/argument_specs.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/hyprcursor/meta/argument_specs.yml b/roles/hyprcursor/meta/argument_specs.yml
new file mode 100644
index 00000000..914e8129
--- /dev/null
+++ b/roles/hyprcursor/meta/argument_specs.yml
@@ -0,0 +1,14 @@
+---
+argument_specs:
+ main:
+ short_description: "Install banana cursor for Hyprland"
+ description: "Install banana cursor for Hyprland"
+ options:
+ hyprcursor_version:
+ type: "str"
+ description: "Release version tag"
+ default: "v2.0.0"
+ hyprcursor_variant:
+ type: "str"
+ description: "Cursor variant (Banana, Banana-Blue, Banana-Green, Banana-Red)"
+ default: "Banana"