From 61d0ea9cb67c77bbcb587e3deebb40d511894c17 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 3 Feb 2026 23:29:04 +0100 Subject: Add tofi launcher with theming --- roles/tofi/meta/argument_specs.yml | 6 ++++++ roles/tofi/meta/main.yml | 12 ++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 roles/tofi/meta/argument_specs.yml create mode 100644 roles/tofi/meta/main.yml (limited to 'roles/tofi/meta') 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" -- cgit v1.2.3