Skip to content

Commit

Permalink
Changed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmorley committed Jan 19, 2025
1 parent eb130ad commit a359de4
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion source/manual/arranging-skins.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 id="GroupOptions">Options for drag groups</h3>
<br>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="GroupNotes">&#x1F5E8; Notes:</h2>
<h2 class="alert-heading h5" id="GroupNotes"><i class="fa-solid fa-thumbtack"></i> Notes:</h2>
<ul>
<li>All mouse actions in the skins will be temporarily disabled.</li>
<li>ToolTips in the skins will be temporarily disabled.</li>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/installing-rainmeter/auto-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2 id="AutoUpdate">How Auto Update Works</h2>


<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="AutoUpdateNotes">&#x1F5E8; Notes:</h2>
<h2 class="alert-heading h5" id="AutoUpdateNotes"><i class="fa-solid fa-thumbtack"></i> Notes:</h2>
<p>This automatic update is done by downloading from the certificate-secured Rainmeter repository on <a href="https://github.com/rainmeter/rainmeter/releases">GitHub</a>, and is further protected by comparing remote and local versions of the SHA-256 security checksum of the downloaded installer before installation.</p>

<p>The installer is temporarily downloaded and stored in an <code>Updates</code> folder in the Rainmeter settings folder, either in the user's %APPDATA%\Rainmeter folder (normal installation) or the program folder (portable installation). This folder is automatically removed when the installation is complete.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/installing-skins.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="InstallAutomatically">Installing Automatically</h2>
<p>Click <b>Install</b> to complete the installation of the package.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>If Rainmeter is being run as a <a href="!installing-rainmeter/#PortableInstallation">portable</a> installation, start <b>SkinInstaller.exe</b> from the Rainmeter program folder, and browse to the .rmskin file to install it.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/general-options/ifconditions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p><b>IfCondition</b> options are used in any measure, of any type, to evaluate a mathematical formula. The formula will be evaluated as "true" or "false", and will execute <b>IfTrueAction</b> or <b>IfFalseAction</b> <a href="!skins/option-types/#Action">action options</a>, which will contain one or more <a href="!bangs/">Bangs</a> or commands.</p>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Alert">&#x26A0; Alert:</h2>
<h2 class="alert-heading h5" id="Alert"><i class="fa-solid fa-bomb"></i> Alert:</h2>
<p>IfCondition can only be used to evaluate a numeric mathematical formula, and only on a measure. No string values may be used in the condition test. See <a href="!measures/general-options/ifmatchactions/">IfMatchActions</a> to test and take action on string values.</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions source/manual/measures/loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>Any dynamic change to any of the four measure options, or dynamically changing <a href="!measures/general-options/#InvertMeasure">InvertMeasure</a> on the measure, will cause the loop to be reset and start over with the new values.</p>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Alert">&#x26A0; Alert:</h2>
<h2 class="alert-heading h5" id="Alert"><i class="fa-solid fa-bomb"></i> Alert:</h2>
<p>All options must be positive or negative whole numbers, or formulas that resolve to whole numbers. Fractional values will be truncated.</p>
</div>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h2>Examples</h2>
MiddleMouseUpAction=[!CommandMeasure MeasureLoop2 "Reset"]
```
<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="NotAPlugin">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="NotAPlugin"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>If <a href="!measures/general-options/#InvertMeasure">InvertMeasure</a> is set to <code>1</code>, the opposite of the value generated by the loop will be returned. This can have the effect of reversing the direction of the loop. Toggling <code>InvertMeasure</code> with <a href="!bangs/#SetOption">!SetOption</a> can create a "ping-pong" effect with the measure.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/mediakey.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>Windows will briefly display a small volume UI element in the upper-left corner of the screen when the volume is changed or the sound is muted.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: MediaKey was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: MediaKey was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureMedia]
Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/nowplaying.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p><code>Measure=NowPlaying</code> retrieves information about the currently playing track from a number of media players.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: NowPlaying was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: NowPlaying was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureParent]
Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/process.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: Process was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: Process was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureParent]
Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/recyclemanager.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p><code>Measure=RecycleManager</code> monitors the state of the recycle bin.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: RecycleManager was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: RecycleManager was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureRecycle]
Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/sysinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p><code>Measure=SysInfo</code> measures various information about your system.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: SysInfo was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: SysInfo was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureSysInfo]
Expand Down
2 changes: 1 addition & 1 deletion source/manual/measures/uptime.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Example</h2>
```

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Windows10Restart">&#x1F5E8; Note for Windows 10 and up:</h2>
<h2 class="alert-heading h5" id="Windows10Restart"><i class="fa-solid fa-thumbtack"></i> Note for Windows 10 and up:</h2>
<p>Starting with Windows 8, the standard "shut down" functionality now does a "hybrid shut down", in order to make the system start much faster when you start it up again. What this does is "hibernate" the <em>system / kernel</em> part of Windows, and shut down the <em>user</em> part. When Windows restarts, the underlying boot up of the system much is faster, followed by loading your profile and applications normally.</p>

<p>Windows (and thus Uptime) does not see this as a full shutdown of your system. So the system uptime value will not be reset to zero. If you want more control over this, you can create two shortcuts, and use the one you want depending on whether you wish a "full" shut down, or the normal "hybrid" one.</p>
Expand Down
4 changes: 2 additions & 2 deletions source/manual/measures/webparser.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Usage</h2>
<p>More information and examples for WebParser can be found at <a href="/tips/webparser-tutorial/">WebParser Tutorial</a> and <a href="/tips/rss-feed-tutorial/">RSS/Atom Feed Tutorial</a>.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note: WebParser was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note: WebParser was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>
``` ini
[MeasureParent]
Expand Down Expand Up @@ -359,7 +359,7 @@ <h2 id="ActionOptions">Action Options</h2>
</dd>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Alert">&#x26A0; Alert:</h2>
<h2 class="alert-heading h5" id="Alert"><i class="fa-solid fa-bomb"></i> Alert:</h2>
<p>If some condition causes any of the error actions above to be executed, care should be taken not to create an endless loop or cause the skin to repeatedly try to access a resource in a short period of time. For instance, it would not be wise to have these actions automatically update the measure they are on, or refresh the skin.</p>
</div>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions source/manual/measures/wifistatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<p><code>Measure=WiFiStatus</code> can be used to display various attributes of visible wireless networks in your area.</p>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="LocationSetting">&#x26A0; Alert: Windows 11 Starting with 24H2</h2>
<h2 class="alert-heading h5" id="LocationSetting"><i class="fa-solid fa-bomb"></i> Alert: Windows 11 Starting with 24H2</h2>
<p>Windows 11 has a new setting that must be toggled <b>ON</b> for WiFiStatus to be able to return any values.<br>
It is <b>Let desktop apps access your location</b> in Settings / Privacy & security / Location<br><br>
<em>A Location icon will appear in the Notification Area of the Taskbar when many of the plugin options are used.</em></p>
</div>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="NotAPlugin">&#x1F5E8; Note: WiFiStatus was previously a <em>plugin</em> measure.</h2>
<h2 class="alert-heading h5" id="NotAPlugin"><i class="fa-solid fa-thumbtack"></i> Note: WiFiStatus was previously a <em>plugin</em> measure.</h2>
<p>In many existing skins you might see the syntax:</p>

``` ini
Expand Down
2 changes: 1 addition & 1 deletion source/manual/meters/general-options/image-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>Options available for use with all images. These options are to modify the display of an image file, and do not work with square/rectangle Image meters created entirely with SolidColor / SolidColor2, or with any shape created by a Shape meter.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>Supported image formats are <b>.png</b>, <b>.jpg</b>, <b>.bmp</b>, <b>.gif</b> (no <a href="/tips/animated-gif-files">animation</a> supported), <b>.tif</b>, <b>.webP</b> and <b>.ico</b>. If no file extension is included, <b>.png</b> is assumed.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/meters/histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Options</h2>
</dl>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Deprecated">&#x26A0; Alert: Deprecated Features</h2>
<h2 class="alert-heading h5" id="Deprecated"><i class="fa-solid fa-bomb"></i> Alert: Deprecated Features</h2>
<p>The following options have been deprecated and should not be used. They are still supported, but may be removed in future versions.</p>
<ul>
<li><p><code>SecondaryMeasureName</code><br>
Expand Down
6 changes: 3 additions & 3 deletions source/manual/meters/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ <h2>Options</h2>
</dl>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="SomeNote">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="SomeNote"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>Using the <a href="!meters/general-options/#SolidColor">SolidColor</a> option, along with <a href="!meters/general-options/#WH">W</a> and <a href="!meters/general-options/#WH">H</a> options, an image meter may be used to draw squares, rectangles or lines without needing any <code>ImageName</code> or <code>MeasureName</code>.</p>

<p>However, no manipulations can be done to the resulting square, rectangle or line with any <a href="!meters/general-options/image-options/">general image options</a>. Only actual images loaded from a file can be manipulated. (e.g. ImageRotate)</p>
</div>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Deprecated">&#x26A0; Alert: Deprecated Feature</h2>
<h2 class="alert-heading h5" id="Deprecated"><i class="fa-solid fa-bomb"></i> Alert: Deprecated Feature</h2>
<p>The following option has been deprecated and should not be used. It is still supported, but may be removed in future versions.</p>
<ul>
<li><code>Path</code><br>
Expand Down Expand Up @@ -135,7 +135,7 @@ <h2>Example</h2>
<h2 id="MaskImage">Mask Image</h2>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="Alert">&#x26A0; Alert:</h2>
<h2 class="alert-heading h5" id="Alert"><i class="fa-solid fa-bomb"></i> Alert:</h2>
<p>This MaskImage functionality is better done with the far more powerful and flexible <a href="!meters/general-options/container/">Container</a> option. MaskImage will continue to be supported, but is no longer recommended.</b></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/meters/rotator.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Options</h2>

<br>
<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Remarks">&#x1F5E8; Remarks:</h2>
<h2 class="alert-heading h5" id="Remarks"><i class="fa-solid fa-thumbtack"></i> Remarks:</h2>
<p>The center of rotation will be located at the center of the height and width specified for the meter. If height and width are not specified, the center of rotation will be located at the X and Y coordinates provided for the meter. It is also important to remember that if the height and width are not specified, any portion of the meter that lies outside of the skin window will be cut off.</p>

<p>Here is an example of how to <a href="/tips/rotate-an-image-around-its-center/">Rotate an Image Around its Center</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/meters/roundline.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2>Options</h2>
</dl>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Note">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="Note"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>If the width and height are not defined, the center point is at the X and Y position of the meter and any part of the meter that intersects with the edges of the skin window will be cut off. If width and height are specified, the center point will be in the middle of the bounding box and the skin window will include the meter.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/meters/string/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2>Options</h2>
</dl>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="NotAPlugin">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="NotAPlugin"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>Using the <a href="!meters/general-options/#SolidColor">SolidColor</a> option, with a value of <code>SolidColor=0,0,0,1</code>, will give a string meter a solid but virtually transparent background. This can make executing <a href="!mouse-actions/">mouse actions</a> on the text easier and more reliable.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion source/manual/plugins/actiontimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 id="OverView">Overview</h2>
<p>Since the actions in ActionList<em>N</em> are executed in a separate thread from the main Rainmeter process, the skin will carry on updating normally, while the ActionTimer plugin will control the actions in the list.</p>

<div class="alert alert-warning alert-tight" role="alert">
<h2 class="alert-heading h5" id="ImportantNote">&#x26A0; Alert: Important Notes</h2>
<h2 class="alert-heading h5" id="ImportantNote"><i class="fa-solid fa-bomb"></i> Alert: Important Notes</h2>
<p>While ActionTimer is very CPU efficient, it is not "free". The actions are executed by the plugin in a separate thread from the rest of the Rainmeter skin, allowing the skin to continue to process normally while the plugin actions are executing, with the plugin communicating with the skin via window "messages" to the Rainmeter message queue. This allows the plugin to instruct the skin to "do this now", much as a MouseOverAction is recognized and acted upon immediately.</p>

<p>Some care must be taken however, not to overwhelm the message queue. Things done with ActionTimer in general should be short targeted actions, like a meter transition or short animation. Ensure that there is at least some "wait" time between actions, so Rainmeter has time to handle other messages in the message queue. In addition, keep in mind that <code>!Redraw</code> actions can be relatively CPU expensive, particularly if a lot of image resizing is involved.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/skins/include-option.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Options</h2>
</dl>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Notes">&#x1F5E8; Notes:</h2>
<h2 class="alert-heading h5" id="Notes"><i class="fa-solid fa-thumbtack"></i> Notes:</h2>
<p>The statement may be placed in any section. When the skin is loaded, all new sections from the included file are inserted immediately after the section where the statement is placed. Rainmeter treats these sections - whether they're measures, meters, MeterStyles, etc. - exactly as if they had been written in the skin .ini itself, and appropriately determines things like layering, relative positions and referenced measure values.</p>

<p>You may also include files within files. Once again, the ordering is determined by placement: when any file includes another file, the new contents are added within its own sections, immediately after the section where the statement is made.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/skins/rainmeter-section/defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>The idea is that these are <em>default</em> / <em>starting</em> values to be used <b>the first time the skin is loaded</b>. After that, the end-user has full control over the position and all settings for the skin, as usual. In order to have these values be used again, the end-user would need to entirely remove the [ConfigName] section from their Rainmeter.ini, refresh Rainmeter, and reload the skin.</p><br/>


<div class="alert alert-info alert-tight" role="alert"> <h2 class="alert-heading h5" id="Notes">&#x1F5E8; Notes:</h2>
<div class="alert alert-info alert-tight" role="alert"> <h2 class="alert-heading h5" id="Notes"><i class="fa-solid fa-thumbtack"></i> Notes:</h2>
<p>These option are set at the individual skin .ini level, but actually control values Rainmeter will use at the <a href="!settings/skin-sections/">[ConfigName] level in Rainmeter.ini</a>. These options cannot be used to control a single <a href="!skins/#Variants">variant</a> in a config folder containing several .ini files. All variants share a single [ConfigName] section in Rainmeter.ini, and all settings for that [ConfigName].</p>

<p>These cannot not be used to <em>persistently force</em> a particular setting for a skin. If you want a skin to for instance be centered on the screen, and STAY centered on the screen, this should be done with <a href="!bangs/#Skin">Skin !Bangs</a>, so the position is set each time the skin is loaded or refreshed.</p>
Expand Down
2 changes: 1 addition & 1 deletion source/manual/skins/rainmeter-section/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>The [Rainmeter] section of a skin defines options for the entire skin.</p>

<div class="alert alert-info alert-tight" role="alert">
<h2 class="alert-heading h5" id="Notes">&#x1F5E8; Note:</h2>
<h2 class="alert-heading h5" id="Notes"><i class="fa-solid fa-thumbtack"></i> Note:</h2>
<p>The [Rainmeter] section does not support <a href="!variables/#DynamicVariables">Dynamic Variables</a> or changes using the <a href="!bangs/#SetOption">!SetOption</a> bang, with the exception of custom <a href="#Context">Context menu</a> items.</p>
</div>

Expand Down

0 comments on commit a359de4

Please sign in to comment.