Rainmeter News • Re: Are we worried yet? Hosting provider "running on...
Yay!https://osuosl.org/blog/osl-future-update/Statistics: Posted by jsmorley — Today, 11:21 am
View ArticleHelp: Rainmeter Skins • Re: Help with correcting Net speeds
So why are these websites telling everyone the opposite?Because the numbers look bigger when dividing by 1,000,000 instead of 1,048,576... and they can BS you into thinking they are giving you the...
View ArticleHelp: Rainmeter Application • Skin keeps moving behind other...
Hey all, I think this is an application issue and not a skin issue, but feel free to correct me.I have my Rainmeter skin set to the "Normal" position, which I assume means it's supposed to stay...
View ArticleHelp: Rainmeter Skins • Re: Help with leading zeroes and counting files in a...
It makes no sense to add the [!Log ...] bang to the FinishAction of the folder, for two reasons: the folder is only read once at skin load time by the [Folder] measure, and that measure doesn't have...
View ArticleLua Scripting • Windows Time Zones (PowerShell + Lua)
I'd like to share a ps1 script to get all windows timezone data from the registry into a lua table, plus a lua script to read that table to use the information.We get the timezone name and display,...
View ArticleHelp: Rainmeter Application • Re: Skin keeps moving behind other...
Hey all, I think this is an application issue and not a skin issue, but feel free to correct me.I have my Rainmeter skin set to the "Normal" position, which I assume means it's supposed to stay...
View ArticleLua Scripting • Re: Windows Time Zones (PowerShell + Lua)
This fixed it!Great, thanks for the report. Main post has been updated to 1.1.1 version with this fix.Statistics: Posted by RicardoTM — Today, 7:58 pm
View ArticleHelp: Rainmeter Skins • Button State Persists?
I have this skin configuration in a different skin (this is just a test package) I would like the button state to persists when the Bigger Time skin is active or deactive. What am I missing, because...
View ArticleHelp: Rainmeter Skins • Re: way to make a difference visible
For the record, it would help and make things much easier if you'd use the full datetime in a single Time measure, e.g:Code: [MeasureCurrentDateTime]Measure=TimeFormat=%Y-%m-%d...
View ArticleFeatured Plugins & Addons • Re: Mouse plugin from NighthawkSLO
- the plugin retrieving coordinates on the surface of the About window and not just on the surface of the skin windowI think I found what triggers this, which I believe there's not an actual fix for...
View ArticleHelp: Rainmeter Skins • Re: Button State Persists?
I'm trying to get the button state to persist after the skin is unloaded and then re-loaded so my users will have a better experience with my creation.You did everythingt right, but had some typos (I...
View ArticleSuites • Re: Gadgets 7.9.0 - inspired by AddGadgets.com Sidebar Gadgets
I also was showing 0 for my Clock on the CPU meter using 7.9.0.After making changes to the lua file as suggested, my CPU Meter now shows 4691MHz.This is on a Ryzen 7 9800X3D under Windows 11.In...
View ArticleHelp: Rainmeter Skins • Re: [Help] Processor Name?
Good morningThanks for your helpStatistics: Posted by DuChene — Today, 4:35 pm
View ArticleHelp: Rainmeter Skins • Media Play Skin with ffplay?
Hi Friends,I have a new project, or rather, a new idea. I discovered that ffmpeg [media library] has a built-in Cmd/Powershell player. Since I think ffmpeg should be present on every system, I wonder...
View ArticleGeneral Discussion • Re: Way to change layout based on program
You can do it based on the active process using isFullScreen plugin which returns the current process as its string value, or based on the active window title using the GetActiveTitle plugin.You’d do...
View ArticleHelp: Rainmeter Skins • Re: Sound Output and Visualizers
Yeah, it appears to cover different sound sources. However the problem lies in detecting audio. I don't care much for changing the volume of individual speaker sources, as i only have one which is my...
View ArticleBugs & Feature Suggestions • 3K Screen Resolution 2880 x 1800
Hey everyone,Just wondering if there have been any updates on Rainmeter supporting 3K resolution. Not only do most of the skins look pixelated, but even the app itself doesn't seem to scale properly....
View ArticleBugs & Feature Suggestions • Re: 3K Screen Resolution 2880 x 1800
https://forum.rainmeter.net/viewtopic.php?t=22272Statistics: Posted by jsmorley — 23 minutes ago
View ArticleHelp: Rainmeter Skins • Re: can anyone guide me please?
Could you help us please when asking for help? A link of the skin would be fine. I know Google is our friend, but the Catppuccin Rainmeter skin I found is not by modkavartini, but from dule23. So...
View ArticleHelp: Rainmeter Skins • Re: Media Play Skin with ffplay?
If you entered "a", then RPicture#ItemIndex# is set to ""a"" in the bang from Command1 of [InputPicture], from which the outer quotes are stripped off, so the variable is actually "a" - same for...
View Article