Help: 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 ArticleCommunity Plugins & Addons • Key Detection Plugin (?)
Hi, does anybody know if a 'Key Detection' plugin exists?Something like what the HotKey plugin does when ShowAllKeys=1 but that actually returns the keys (preferably their hex code) instead of just...
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 ArticleFeeds & Internet Data • Re: ScoreCards
Hi Jake,I find your addon very useful, however I think I found bug with football records: https://imgur.com/a/FIY5G8IAccording to instructions I put FC Barcelona as my team, and their record is under...
View ArticleOther Software & Customization • Re: Link Shell Extension, Hard and...
Yep: https://www.portablefreeware.com/forums/ is a great site/forum to look through for what's out there for portable software.The list here gives a good overview of the advantages and disadvantages...
View ArticleSuites • Re: Gadgets 7.9.0 - inspired by AddGadgets.com Sidebar Gadgets
An update to the Gadgets has been released! See download link in first post.7.9.0 - 2025-02-22Revised Weather Meter 12-Hour Forecast for improved appearance.Enhanced Weather Meter flyout to show...
View ArticleImages and Animations • Rain Savers
rs1.jpgRainmeter ScreensaversRain Savers_1.2025.02.22.rmskinPeek at your desktop through Ellipse, Square, or Rectangle shapesRandom speed and expanding sizesDark, Dynamic Linear, or Dynamic Radial...
View ArticleCommunity Plugins & Addons • Re: Key Detection Plugin (?)
Code: #Persistent#InstallKeybdHookSetTimer, CheckKey, 10global LastKey := ""returnCheckKey:Loop 255{ if GetKeyState(Format("VK{:X}", A_Index-1), "P") { HexCode := Format("0x{:X}", A_Index-1) if...
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: Skin resizing
Thanks for the explanation guys...In this case, the width of that part of the skin is 175. #W2# for instance is 30 to slide in and out... that will leave me a total of 145... so the right Increments...
View ArticleHelp: Rainmeter Skins • Re: Roundline/Rotator Gradient Painting
It was way simpler to do than what I thoughtIf I'm not mistaken, your result is similar to tass_co's previews, where the red gradient doesn't stretch on the full 0 degrees to N degrees angle:The...
View ArticleGeneral Discussion • Newb question
Hello everyone, I'm new to rainmeter so I'm sorry if the question is too basic, basically I have an image loaded as a skin and I want it to flash on and off every second or so, thanks in...
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 ArticleSite Discussion • Using Unicode chars above the Basic Multilingual Plane
Hello,In the manual under Character Reference Variables is the following bullet point:Screenshot 2025-02-25 210637.pngThis is repeated again in the section about Finding those Unicode Values, third...
View ArticleSite Discussion • Re: Using Unicode chars above the Basic Multilingual Plane
This is a great tip. Thanks!Any chance that link can be added to the Important Links?Statistics: Posted by RicardoTM — Today, 2:56 am
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 Article