Help: Rainmeter Skins • Re: Is this Conditional Statement correct?
Not sure why you would ever set Y (the vertical position of a meter) to anything based on #ScreenAreaWidth#. That is likely to create a gigantically tall skin and set the meter off the screen on the...
View ArticleHelp: Rainmeter Skins • How to use UsageMonitor to get disk read/write?
I'm trying to show disk read/write for all disk. I'm really confused on how to use UsageMonitor.My skin are like thisCode: # DISK...
View ArticleHelp: Rainmeter Skins • Re: How to use UsageMonitor to get disk read/write?
The issue is that UsageMonitor returns two distinct values. The first is a "Number", the numeric value, and the second is a "String", the name of the item being measured.So if we look at the log with...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
I currently have a problem with the Rainmeter WebviewPlugin.To explain: Up until two days ago the plugin was working fine in Rainmeter, today I wanted to continue with my skin, then the Rainmeter...
View ArticleHelp: Rainmeter Skins • Rainmeter's Game Mode interrupts GameHUB game launch...
I'm using gameHUB 2 to launch my games and Rainmeter's Game Mode (Additional process list), to disable skins and free up GPU usage.When I launch a game, a "loading screen" animation plays (like...
View ArticleHelp: Rainmeter Skins • Roundline/Rotator Gradient Painting
I tried to make a gauge. I tried it with Roundline and Rotator but I couldn't do it.What I'm trying to make is a gauge like the one on speedtest.net.However I want to paint the lower parts of the...
View ArticleHelp: Rainmeter Skins • Re: Roundline/Rotator Gradient Painting
Tricky... Going to have to do something with Shape meter(s) and gradients.Code: [Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1; Coordinates: xCenter, yCenter, xOffset, yOffset, xRadius,...
View ArticleHelp: Rainmeter Skins • Re: Skin resizing
I'm still trying to figure the Math behind that 4 top sliders... The basic idea in such cases is always the following: you have a variable which controls the position of a meter (or more, doesn't...
View ArticleHelp: Rainmeter Skins • Re: Set [Rainmeter] SolidColor dynamically.
So how do I dynamically change SolidColor in [Rainmeter]?Unfortunately you can't change dynamically things of the [Rainmeter] section, excepting the custom Context menu items. This means that you...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
Short question for comprehensionCode ExapleCode: [MenuSetting]Meter=ShapeH=325Shape=Rectangle 0,0,630,[MenuSetting:H],5 | Fill Color 0,0,0,150| StrokeWidth 2 | Stroke Color...
View ArticleHelp: Rainmeter Skins • How do I make text shake?
I made a repeating 45 minute timer (though it could be configured to be any amount of time tbh - 5 seconds is good for testing) that plays a sound file and flashes orange when it goes off. I'd like to...
View ArticleHelp: Rainmeter Skins • Re: How do I make text shake?
It depends on the effect you’re looking for, however whatever it is, the way to go is an ActionTimer measure. Pretty much what you’re already doing to change its color, but you would change its x and...
View ArticleHelp: Rainmeter Skins • Re: Problems with random formula and its use
The only place where you can use the Update option is the [Rainmeter] section, where Update sets the interval of update of the skin (expressed in milliseconds). On meters and measure you don't use...
View ArticleHelp: Rainmeter Skins • Re: Win7AudioPlugin OnChangeAction
Add a String measure, which gets the string value of the Win7Audio plugin measure. Add the OnChangeAction option to this one.For instance if your Win7Audio plugin measure is [MeasureWin7Audio] (this...
View ArticleHelp: Rainmeter Skins • Song Title Scrolling Skin Help
Hello, I have set up a skin to scroll the song name from right to left, but I have an issue. Especially with short song names, it takes a bit of time for the name to reappear from the right once it...
View ArticleHelp: Rainmeter Skins • Re: Song Title Scrolling Skin Help
Hello, I have set up a skin to scroll the song name from right to left, but I have an issue. Especially with short song names, it takes a bit of time for the name to reappear from the right once it...
View ArticleHelp: Rainmeter Skins • Re: Formula help required... again! :)
Ok, so I found out why the CPU bar is going way over the 100% mark:Code: [m1Stat]Measure=PluginPlugin=UsageMonitorCategory="Processor Information"Counter="% Processor...
View ArticleHelp: Rainmeter Skins • Re: Help with leading zeroes and counting files in a...
Everything seems to be working great now.I'm glad. This code technically worked, but updating the image was very slow. Since I couldn't solve the problem with the leading zeroes, I was attempting to...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
Here's something to try out..As I mentioned back then, it's a byproduct of my main skin.. I've modified this one so that it's a complete skin. It works like a kind of quick selection of websites with...
View ArticleHelp: Rainmeter Skins • Re: NetTotal - Reset once a month?
Cumulative net stats are stored in a file Rainmeter.stats in your C:\Users\<username>\AppData\Roaming\Rainmeter folder. There is a pair of "InX/OutX" entries for each network adapter, with the...
View Article