summaryrefslogtreecommitdiffstats
path: root/roles/hyprlock/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-09 22:46:28 +0100
commit90cb3bb148ced36bfb3eb262b6cbfff5193ea97a (patch)
treefb2722944805d134658e83b577144c834968e905 /roles/hyprlock/meta
parentfed580e7a9234f4665e0b8b04dff5114ce01ac27 (diff)
Add hyprlock to hyprland with preliminary theme
Diffstat (limited to 'roles/hyprlock/meta')
-rw-r--r--roles/hyprlock/meta/argument_specs.yml6
-rw-r--r--roles/hyprlock/meta/main.yml11
2 files changed, 17 insertions, 0 deletions
diff --git a/roles/hyprlock/meta/argument_specs.yml b/roles/hyprlock/meta/argument_specs.yml
new file mode 100644
index 00000000..6b4ca676
--- /dev/null
+++ b/roles/hyprlock/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install hyprlock on ArchLinux"
+ description: "Install hyprlock on ArchLinux"
+ options: {}
diff --git a/roles/hyprlock/meta/main.yml b/roles/hyprlock/meta/main.yml
new file mode 100644
index 00000000..3f6b4c32
--- /dev/null
+++ b/roles/hyprlock/meta/main.yml
@@ -0,0 +1,11 @@
+---
+dependencies: []
+galaxy_info:
+ author: "a14m"
+ description: "Install hyprlock on ArchLinux"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"