diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-16 17:20:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-16 17:25:06 +0100 |
| commit | 1cf7d4d33e2cd7bf85f5adc3a38072b04bffecb3 (patch) | |
| tree | e39fd111e5a93db1f80405181d3bae57cfe9c4fb /roles/hyprcursor/meta/argument_specs.yml | |
| parent | 0f49924acbb4799d4f9d3963b623612c1c64f75b (diff) | |
Add hyprcursor configurations to hyprland
Diffstat (limited to 'roles/hyprcursor/meta/argument_specs.yml')
| -rw-r--r-- | roles/hyprcursor/meta/argument_specs.yml | 14 |
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" |
