10 lines
309 B
TOML
10 lines
309 B
TOML
[config]
|
|
# default mode (can still override with --mode)
|
|
mode = "dark"
|
|
|
|
# where generated files go (optional, but good to define)
|
|
output_dir = "~/.config/matugen/generated"
|
|
|
|
[templates.quickshell]
|
|
input_path = "~/.config/matugen/templates/quickshell.qml"
|
|
output_path = "~/.config/quickshell/colors/Colors.qml" |