blob: 2221ad6223424341512463f8e54f06dcab12816d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
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_mono_font:
description: "The default theme mono font to be used"
type: "str"
default: "JetBrainsMono Nerd Font"
hyprtheme_themes:
description: "Themes to install"
type: "list"
default:
- "catppuccin"
- "everforest"
- "gruvbox"
- "matte-black"
- "osaka-jade"
- "ristretto"
- "tokyo-night"
|