diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-09 22:46:28 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-09 22:46:28 +0100 |
| commit | 90cb3bb148ced36bfb3eb262b6cbfff5193ea97a (patch) | |
| tree | fb2722944805d134658e83b577144c834968e905 /roles/hyprlock/meta/main.yml | |
| parent | fed580e7a9234f4665e0b8b04dff5114ce01ac27 (diff) | |
Add hyprlock to hyprland with preliminary theme
Diffstat (limited to 'roles/hyprlock/meta/main.yml')
| -rw-r--r-- | roles/hyprlock/meta/main.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
