diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-22 21:48:13 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-22 21:48:13 +0100 |
| commit | 6e8e19aa82f7db3fbea5d60709969e19dc9b162a (patch) | |
| tree | dfc7625692bdeda9a111053f423f52cb95e540f4 /roles/hyprtheme/meta | |
| parent | e845ccff69a4ffb8c3344578917fed00ad639ef4 (diff) | |
Fix font implicit gnome dependency
This separate the setup of fonts from the setting of fonts
The role setup the fonts to be used
The other dependant roles configure which font from there to be used
This is more complicated but cleaner separation between each role
responsibilities
Diffstat (limited to 'roles/hyprtheme/meta')
| -rw-r--r-- | roles/hyprtheme/meta/argument_specs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprtheme/meta/argument_specs.yml b/roles/hyprtheme/meta/argument_specs.yml index f949da72..5bb93ae6 100644 --- a/roles/hyprtheme/meta/argument_specs.yml +++ b/roles/hyprtheme/meta/argument_specs.yml @@ -8,7 +8,7 @@ argument_specs: description: "The initial default theme to be used" type: "str" default: "everforest" - hyprtheme_default_font: - description: "The default theme font to be used" + hyprtheme_default_mono_font: + description: "The default theme mono font to be used" type: "str" default: "JetBrainsMono Nerd Font" |
