18 lines
488 B
TOML
18 lines
488 B
TOML
[config]
|
|
|
|
[templates]
|
|
|
|
# User-defined templates
|
|
# Add your custom templates below
|
|
# Example:
|
|
# [templates.myapp]
|
|
# input_path = "~/.config/noctalia/templates/myapp.css"
|
|
# output_path = "~/.config/myapp/theme.css"
|
|
# post_hook = "myapp --reload-theme"
|
|
|
|
# Remove this section and add your own templates
|
|
#[templates.placeholder]
|
|
#input_path = "/home/aiden/.config/quickshell/noctalia-shell/Assets/MatugenTemplates/noctalia.json"
|
|
#output_path = "/home/aiden/.cache/noctalia/placeholder.json"
|
|
|