You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`nxtheme`: The path to the `nxtheme` executable (e.g., `/path/to/SwitchThemes.exe`). This can be obtained from [SwitchThemeInjector](https://github.com/exelix11/SwitchThemeInjector).
29
+
30
+
**Options**:
31
+
32
+
-`-h, --help`: Show help message and exit.
33
+
-`--input INPUT`: Specify the directory containing your input images.
34
+
-`--output OUTPUT`: Define the directory where the generated theme files will be saved.
35
+
-`--config CONFIG`: Provide an optional configuration file (`conf.json`) to customize layout settings.
36
+
15
37
-[Documentation](#documentation)
16
38
-[Install With PIP](#install-with-pip)
17
39
-[Language information](#language-information)
@@ -41,8 +63,8 @@ where to look for certain things:
41
63
- The [Technical Reference](/documentation/reference) documents APIs and other aspects of the
42
64
machinery. This documentation describes how to use the classes and functions at a lower level
43
65
and assume that you have a good high-level understanding of the software.
44
-
- The [Help](/documentation/help) guide provides a starting point and outlines common issues that you
45
-
may have.
66
+
<!--- The [Help](/documentation/help) guide provides a starting point and outlines common issues that you
-`/path/to/nxtheme.exe` with the path to the `nxtheme` executable.
73
+
-`/path/to/SwitchThemes.exe` with the path to the `nxtheme` executable.
74
74
-`input_directory` with the path to your images. This defaults to the directory you run `nxtheme-creator` from
75
75
-`output_directory` with the directory where you want to save the generated theme files.This defaults to `./output/`
76
76
-`conf.json` with the path to your configuration file. Note this is optional, though needed if you wish to customise the layouts or set an `author_name`
@@ -79,15 +79,15 @@ Replace:
79
79
80
80
Assuming you have the following setup:
81
81
82
-
-`nxtheme.exe` located at `/path/to/nxtheme.exe`
82
+
-`SwitchThemes.exe` located at `/path/to/SwitchThemes.exe`
0 commit comments