blob: 914e81292abfcc0fc617f14ea224e6ecfcb826eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|