General Discussion • Training an AI model to write rainmeter skins and lua...
I recently made this reddit post on r/LocalLLM and thought it would be a good idea to mention it here:...
View ArticleGeneral Discussion • Re: Training an AI model to write rainmeter skins and...
I quote your Reddit:This is more of a passion project and doesn't serve a real use other than me not having to learn rainmeter.With that in mind, well.. I doubt someone who doesn’t want to learn...
View ArticleHelp: Rainmeter Application • Re: time is incorrect across all clocks and skins.
I realize this is an old post, but I encountered the same issue. My old PC displayed the correct time, but after moving everything to my new PC in the USA, I discovered that the time was incorrect....
View ArticleHelp: Rainmeter Skins • Mond Player Skin not working
So Mond player is not working as it should be since only media playing on my browser is showing on the player. I've already installed WebNowPlaying and changed the old values of Mond...
View ArticleHelp: Rainmeter Skins • Re: Mond Player Skin not working
So Mond player is not working as it should be since only media playing on my browser is showing on the player. I've already installed WebNowPlaying and changed the old values of Mond...
View ArticleHelp: Rainmeter Skins • Re: Desktop wallpaper changer.
No problem, welcome Anyways, I see the problem.first make sure you set Path=[MeasureWallpaperCount] on MeasureWallpaperName, that makes it a child of MeasureWallpaperCount.Then you need to set...
View ArticleCommunity Tips & Tricks • Re: Show current virtual desktop name
I have made a skin that uses the same powershell commandlet package to switch my desktop by clicking which desktop I want to be on in a menu. I was wondering if there was a way to modify the menu link...
View ArticleHelp: Rainmeter Skins • Re: [Help] Processor Name?
If you have a PC with multiple GPUs (like a laptop), Get-CimInstance Win32_VideoController can return multiple results. In this case, you can filter the list down to the active monitor using whatever...
View ArticleHelp: Rainmeter Application • Re: time is incorrect across all clocks and skins.
I have added: DaylightSavingTime=0Seems all set correctly.Excellent. This will work for your current code regardless of the location you use it for. Simply put, the reason why it works is the fact...
View ArticleHelp: Rainmeter Skins • Re: Windows-Terminal / File Download
While it will not provide the download progress as SilverAzide mentioned, if you're only interested in finding out when the file finished being saved on your local drive, you could use FileView/...
View ArticleSuites • CyberOS (Cyberpumk 2077 skins+ layout + walpaper incloded) collection
hi, so this is my firs time makink skins and i took me some time of nonstop analyzing of code..... this is not compleatly my work, i modifyed a lot of stuff and created some own stuff as custom icons...
View ArticleHelp: Rainmeter Skins • Re: Song Info
Yep... I read about "NowPlaying", which long ago stopped being a plugin and became a Measure... but before rewriting that piece of code accordingly I wanted to get it to work correctly...In fact...
View ArticleHelp: Rainmeter Skins • Control one skin with another
Heyo. I found myself playing with Rainmeter skins again after a solid break (got to overwhelmed lol or I went to ambitious with my basically non-existing "coding" knowledge). So anyway. I'll try to...
View ArticleHelp: Rainmeter Skins • Re: Control one skin with another
My folder structre looks like that:\ForumTestRun_1\main.ini (main skin)\ForumTestRun_1\Blocky\blocky.ini (2nd skin acting like a blocking thing)So.. I'm trying to control the main.ini with blocky.ini....
View ArticleSuites • Re: CyberOS (Cyberpumk 2077 skins+ layout + walpaper incloded)...
hi, so this is my firs time makink skins and i took me some time of nonstop analyzing of code..... this is not compleatly my work, i modifyed a lot of stuff and created some own stuff as custom icons...
View ArticleHelp: Rainmeter Skins • Re: Endless loops
...Am I missing something simple or is this deliberatly not a feature of this software?...Rainmeter truly offers a wide range of possibilities for implementing different things; it's up to you what...
View ArticleBugs & Feature Suggestions • Issue with DPI Scaling Not Reflecting in...
I hope you're all doing well. I'm reaching out to seek assistance with an issue I'm facing regarding DPI scaling in Rainmeter. Despite attempting to adjust the scaling based on my system's DPI...
View ArticleBugs & Feature Suggestions • Re: Issue with DPI Scaling Not Reflecting in...
Please follow this guide: https://forum.rainmeter.net/viewtopic.php?t=22272No script should be needed to fix the dpi scaling.Statistics: Posted by RicardoTM — Today, 4:32 am
View ArticleHelp: Rainmeter Skins • Adding additional color gradient effects to text
How can I use ActionTimer to add another color, 255,0,0, to cycle and gradient with the existing looped color text #Color_R#, #Color_G#, #Color_B#?The text color works roughly as follows, with a...
View ArticleHelp: Rainmeter Skins • Re: Adding additional color gradient effects to text
Your code sets the transition colors based on the hour of the day, but it is easier to control those transition colors directly in the action timer actions to set the colors from RED to AM/PM...
View Article