https://docs.rainmeter.net/manual/plugins/usagemonitor/
Both instances of %Processor Time (at the top and Counter=% Processor Time) are inncorect, % Processor Time (with a space) is the correct one (found this out by copy pasting from the counter one and the Rainmeter log crying out loud)
Unrelated to the docs but for some reason the error that spews out when you type the counter wrong has the debug notice of what I would assume should be a error notice?
It is currently March 30th, 2023, 8:48 am
Small docs suggestions
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
-
- Developer
- Posts: 22564
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Small docs suggestions
Those typos are fixed. Thanks for reporting.Jeff wrote: ↑February 8th, 2021, 3:35 pm https://docs.rainmeter.net/manual/plugins/usagemonitor/
Both instances of %Processor Time (at the top and Counter=% Processor Time) are inncorect, % Processor Time (with a space) is the correct one (found this out by copy pasting from the counter one and the Rainmeter log crying out loud)
Unrelated to the docs but for some reason the error that spews out when you type the counter wrong has the debug notice of what I would assume should be a error notice?
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
Re: Small docs suggestions
Read the tutorials because I was bored, I have only two small suggestions:
1. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/
This series is in development. Check back soon for the first installment.
* I feel like someone forgot to remove it or there was probably no willpower to add more tutorials, seems like the text has been there for 9 years now.
2. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/launcher/
* The first paragraph starting with a lowercase L (dosen't really matter)
* The second paragraph encourages using Windows Explorer, maybe it would be of better interest forcing the user to familiarize themselves with the Create new skin menu
* Ironically, the clocks tutorial has the same paragraph copy pasted (minus the part about creating the Tutorials folder in the Skins folder) and what's there sounds like a good second option (for example, the new section would encourage using the Create new Skins section and the second part of it is just copy pasted from what's currently there)
1. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/
This series is in development. Check back soon for the first installment.
* I feel like someone forgot to remove it or there was probably no willpower to add more tutorials, seems like the text has been there for 9 years now.
2. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/launcher/
* The first paragraph starting with a lowercase L (dosen't really matter)
* The second paragraph encourages using Windows Explorer, maybe it would be of better interest forcing the user to familiarize themselves with the Create new skin menu
* Ironically, the clocks tutorial has the same paragraph copy pasted (minus the part about creating the Tutorials folder in the Skins folder) and what's there sounds like a good second option (for example, the new section would encourage using the Create new Skins section and the second part of it is just copy pasted from what's currently there)
-
- Developer
- Posts: 2579
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Small docs suggestions
I think you are right on both accounts. We planned on adding more examples, but at the time we focused on completing the rest of the docs. We quickly got burned out.Jeff wrote: ↑May 7th, 2021, 2:20 pm 1. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/
This series is in development. Check back soon for the first installment.
* I feel like someone forgot to remove it or there was probably no willpower to add more tutorials, seems like the text has been there for 9 years now.
I think we will leave this for now since we may come back to it ... (or maybe someone would like to submit a PR with new tutorials)

Fixed the lowercase typo. Thank you!Jeff wrote: ↑May 7th, 2021, 2:20 pm 2. https://docs.rainmeter.net/manual/getting-started/basic-tutorials/launcher/
* The first paragraph starting with a lowercase L (dosen't really matter)
* The second paragraph encourages using Windows Explorer, maybe it would be of better interest forcing the user to familiarize themselves with the Create new skin menu
* Ironically, the clocks tutorial has the same paragraph copy pasted (minus the part about creating the Tutorials folder in the Skins folder) and what's there sounds like a good second option (for example, the new section would encourage using the Create new Skins section and the second part of it is just copy pasted from what's currently there)
As to using the Create new skin dialog, I am not sure it is the place for this. These tutorials are trying to be as basic as possible that most people can follow. I think the Create new skin function is a little more than basic for a first time user especially the "template" stuff. To me, the goal is to bridge what a user probably already knows (like creating files/folders) and then diving right in on creating a workable skin.
Having said that, we could improve on this. Maybe what is needed is a separate generic "Create a new skin" tutorial, that could show both the Create new skin method and the Windows explorer method.
-Brian
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
Re: Small docs suggestions
I wish I was more fluent in English, else I would share all kind of propaganda like MODULAR METERSTYLE PROPAGANDA
Code: Select all
[Rainmeter]
Update=-1
[Variables]
Icon0="#@#Move.png"
Icon1="#@#Calculator.png"
Icon2="#@#Install.png"
Icon3="#@#Firefox.png"
Action0=[]
Action1=["Calc.exe"]
Action2=["SkinInstaller.exe"]
Action3=["Firefox.exe"]
ToolTipText0="Move"
ToolTipText1="Calculator"
ToolTipText2="Install a skin"
ToolTipText3="Firefox"
[Style]
ImageName=[#Icon[#CURRENTSECTION]]
ImageAlpha=127
LeftMouseUpAction=[#Action[#CURRENTSECTION]]
MouseOverAction =[!SetOption #CURRENTSECTION# ImageAlpha 255]
MouseLeaveAction=[!SetOption #CURRENTSECTION# ImageAlpha 127]
ToolTipText=[#ToolTipText[#CURRENTSECTION]]
W=60
H=60
X=20R
Y=r
[0]
Meter=Image
MeterStyle=Style
X=10r
Y=10
[1]
Meter=Image
MeterStyle=Style
[2]
Meter=Image
MeterStyle=Style
[3]
Meter=Image
MeterStyle=Style
Code: Select all
LeftMouseUpAction=[!WriteKeyValue Variables "Toggle#CURRENTSECTION#" "(1-[#Toggle#CURRENTSECTION#])"][!SetVariable "Toggle#CURRENTSECTION#" "(1- [#Toggle#CURRENTSECTION#])"][!Update]
orrrrrrr...
*opens random file i have on pc to call propaganda*
or some really easy yet useful thing like UPTIME PROPAGANDA
Code: Select all
[Birth]
Measure=Time
Format=%Y-%m-%dT%H:%M:%SZ
TimeStamp=2001-01-18T21:00:00Z
TimeStampFormat=%Y-%m-%dT%H:%M:%SZ
[DeathPlus80]
Measure=Calc
Formula=Birth + 80
[Death]
Measure=Time
Format=%Y-%m-%dT%H:%M:%SZ
TimeStamp=[DeathPlus80]-01-18T21:00:00Z
TimeStampFormat=%Y-%m-%dT%H:%M:%SZ
DynamicVariables=1
[Current]
Measure=Time
[CurrentTimestamp]
Measure=String
String=[Current:timestamp]
MinValue=[Birth:timestamp]
MaxValue=[Death:timestamp]
DynamicVariables=1
[Bar]
Meter=Bar
MeasureName=CurrentTimestamp
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
Re: Small docs suggestions
Because Windows is murdering the wmic command line in cold blood and hiding the body at night, this line will need to be changed to what jsmorley gave as an example or something else
-
- Developer
- Posts: 22564
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Small docs suggestions
Done... Thanks!Jeff wrote: ↑May 26th, 2021, 9:22 am Because Windows is murdering the wmic command line in cold blood and hiding the body at night, this line will need to be changed to what jsmorley gave as an example or something else
https://docs.rainmeter.net/manual-beta/plugins/runcommand
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
Re: Small docs suggestions
Well it's not specifically the line I referenced in the previous post but it's better that the copy paste example got updated (it's probably the first thing anyone will try when looking at the measure for the first time). Good job!
I don't think Powershell's Execution Policy thing will affect it with anything.
(Commit for the curious since it was hard for me to recognize the changed lines)
I don't think Powershell's Execution Policy thing will affect it with anything.
(Commit for the curious since it was hard for me to recognize the changed lines)
-
- Posts: 285
- Joined: September 3rd, 2018, 11:18 am
Re: Small docs suggestions
https://docs.rainmeter.net/manual/skins/rainmeter-section/defaults/
The Default Settings section has disappeared from under the [Rainmeter] section button
While I'm on it, there should be a hyperlink to the Default Settings page on https://docs.rainmeter.net/manual/settings/skin-sections/ saying something like "These settings can be changed when you first run a skin using Default Settings" and maybe a section on https://docs.rainmeter.net/manual/skins/rainmeter-section/ saying that the section allows you to add options that change config parameters on first run.
The Default Settings section has disappeared from under the [Rainmeter] section button
While I'm on it, there should be a hyperlink to the Default Settings page on https://docs.rainmeter.net/manual/settings/skin-sections/ saying something like "These settings can be changed when you first run a skin using Default Settings" and maybe a section on https://docs.rainmeter.net/manual/skins/rainmeter-section/ saying that the section allows you to add options that change config parameters on first run.
-
- Developer
- Posts: 22564
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Small docs suggestions
Fixed. Thanks for reporting.Jeff wrote: ↑August 27th, 2021, 9:46 am https://docs.rainmeter.net/manual/skins/rainmeter-section/defaults/
The Default Settings section has disappeared from under the [Rainmeter] section button
I'll have to chew on the other suggestion(s). I'm hesitant to confuse people about where these default settings are actually set.