summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-15 15:01:19 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-15 15:01:19 +0100
commit115f703928fc7b6ab2c591edcd025bab6c7a3ce8 (patch)
tree782f608aa554139a8306d391d1061e0de7edc665 /roles/hyprtheme/meta
parent99a4507fb0186f490ba6a4d35371f5fba5445b2d (diff)
Add role meta and initial theme setup using default theme
Diffstat (limited to 'roles/hyprtheme/meta')
-rw-r--r--roles/hyprtheme/meta/argument_specs.yml14
-rw-r--r--roles/hyprtheme/meta/main.yml12
2 files changed, 26 insertions, 0 deletions
diff --git a/roles/hyprtheme/meta/argument_specs.yml b/roles/hyprtheme/meta/argument_specs.yml
new file mode 100644
index 00000000..f949da72
--- /dev/null
+++ b/roles/hyprtheme/meta/argument_specs.yml
@@ -0,0 +1,14 @@
+---
+argument_specs:
+ main:
+ short_description: "Install hyprland themes on ArchLinux"
+ description: "Install hyprland themes on ArchLinux"
+ options:
+ hyprtheme_default_theme:
+ description: "The initial default theme to be used"
+ type: "str"
+ default: "everforest"
+ hyprtheme_default_font:
+ description: "The default theme font to be used"
+ type: "str"
+ default: "JetBrainsMono Nerd Font"
diff --git a/roles/hyprtheme/meta/main.yml b/roles/hyprtheme/meta/main.yml
new file mode 100644
index 00000000..b0a348b6
--- /dev/null
+++ b/roles/hyprtheme/meta/main.yml
@@ -0,0 +1,12 @@
+---
+dependencies:
+ - role: "fonts"
+galaxy_info:
+ author: "a14m"
+ description: "Install hyprland themes"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"