summaryrefslogtreecommitdiffstats
path: root/roles/tofi/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-03 23:29:04 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-04 00:09:07 +0100
commit61d0ea9cb67c77bbcb587e3deebb40d511894c17 (patch)
tree0a27a80204e1bf74616f32720c9823f42d42f571 /roles/tofi/meta
parenta28abfae412d0f9391264f63df7223fc9107d300 (diff)
Add tofi launcher with theming
Diffstat (limited to 'roles/tofi/meta')
-rw-r--r--roles/tofi/meta/argument_specs.yml6
-rw-r--r--roles/tofi/meta/main.yml12
2 files changed, 18 insertions, 0 deletions
diff --git a/roles/tofi/meta/argument_specs.yml b/roles/tofi/meta/argument_specs.yml
new file mode 100644
index 00000000..91cdfcf5
--- /dev/null
+++ b/roles/tofi/meta/argument_specs.yml
@@ -0,0 +1,6 @@
+---
+argument_specs:
+ main:
+ short_description: "Install tofi"
+ description: "Install tofi"
+ options: {}
diff --git a/roles/tofi/meta/main.yml b/roles/tofi/meta/main.yml
new file mode 100644
index 00000000..82a1aa8c
--- /dev/null
+++ b/roles/tofi/meta/main.yml
@@ -0,0 +1,12 @@
+---
+dependencies:
+ - role: "yay"
+galaxy_info:
+ author: "a14m"
+ description: "Install tofi"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"