Bugs & Feature Suggestions • Re: Raimeter for Linux or Cross Platform
Hi Linux developer here. I could start development on a Linux version of Rainmeter but I'm not so sure about the .ini files. Could take some time to understand them themes. Starting development now,...
View ArticleHelp: Rainmeter Skins • Re: Toggling Two Configs In The Same Directory? [Solved]
Yeah, sure, nothing wrong with new non standard alternatives. That being said, my point was that a workaround, while useful, avoids solving the root cause of the issue altogether. Only in the case...
View ArticleHelp: Rainmeter Skins • Re: refract skin translate
i want change start week from Monday,Besides tass_co's solution, to start the week by Monday, you can change the same startday function into the Update() function of the...
View ArticleUtilities and Tools • ScreenSaver
This is maybe not too useful, due to Windows having it built in, but this one allows more customisation, which after all, is what Rainmeter is about! Download:ScreenSaver_2025.2.19.rmskinscreen.PNGI...
View ArticleHelp: Rainmeter Skins • Re: NetTotal - Reset once a month?
Going back to my original topic, how does Rainmeter perpetually store the data usage? Is it obtained from Windows?Cumulative net stats are stored in a file Rainmeter.stats in your...
View ArticleHelp: 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 ArticleGeneral Discussion • Bluetooth Device
Hi AllI often switch my BT headphones between phone and PC - is there a way to assign a button in my RM dashboard to switch the status from 'Paired' to 'Connected' (normally done via in...
View ArticleGeneral Discussion • Re: Bluetooth Device
Hi AllI often switch my BT headphones between phone and PC - is there a way to assign a button in my RM dashboard to switch the status from 'Paired' to 'Connected' (normally done via in...
View ArticleHelp: Rainmeter Skins • Re: Update measures for removable devices
Hi,Is there a trigger to update a skin when a drive or usb device is connected/disconnected?It's not refreshing or updating automatically, and I have to manually "refresh skin" after I connect a usb...
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 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: 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 Article