blob: f949da727074fd35df40892cc3111adc0b3e214f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|