Skip to content

Commit

Permalink
Changes to bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmorley committed Feb 16, 2025
1 parent 8614b2c commit 69470f5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/manual/bangs.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ <h2 id="Skin">Skin bangs</h2>
Activates a skin.
<ul>
<li><code>Config</code> (required): The config to be activated.</li>
<li><code>File</code> (optional): If not specified, the next .ini file variant in the config folder is activated.</li>
<li><code>File</code> (optional): The .ini file to be activated.<br>
If not specified, the next .ini file variant in the config folder is activated.</li>
</ul>
<br><b>Example:</b> <code>!ActivateConfig "illustro\Clock" "Clock.ini"</code>
</dd>
Expand All @@ -345,7 +346,8 @@ <h2 id="Skin">Skin bangs</h2>
<dd>
Deactivates a skin.
<ul>
<li><code>Config</code> (optional)</li>
<li><code>Config</code> (optional): The config to be deactivated.<br>
If not defined, the current skin is deactivated.</li>
</ul>
<br><b>Example:</b> <code>!DeactivateConfig "illustro\Clock"</code>
</dd>
Expand All @@ -355,7 +357,8 @@ <h2 id="Skin">Skin bangs</h2>
Activates or deactivates a skin.
<ul>
<li><code>Config</code> (required): The config to be activated or deactivated.</li>
<li><code>File</code> (optional): The .ini file to be activated or deactivated. If there is only one .ini file in the defined config folder, that is used by default.</li>
<li><code>File</code> (optional): The .ini file to be activated or deactivated.<br>
If there is only one skin .ini file in the defined config folder, that is used by default.</li>
</ul>
<br><b>Example:</b> <code>!ToggleConfig "illustro\Clock" "Clock.ini"</code>
</dd>
Expand Down

0 comments on commit 69470f5

Please sign in to comment.