General Discussion • Re: Checkmarks in Context Menu
Yep, done it too in the past, in the Rainmeter only version of my Earth skin:https://forum.rainmeter.net/viewtopic.php?t=37746#p192275That being said, different or specific ways to do it are always...
View ArticleHelp: Rainmeter Skins • Re: Wanting to mimick streaming device On PC
In addition to what balala said, it should be noted that Rainmeter doesn't in any way prevent the user from interacting with the PC, its OS, its other installed apps and so on. While you can very well...
View ArticleDate and Time • Re: LuaCalendar
I'm a complete newbie to LUA calender and started an hour ago with filling the Event.xml with some recurring dates.What I'd like to add to the dates are the advent Sundays. These are the last four...
View ArticleHelp: Rainmeter Skins • Re: Türkçe karakter yardım.(Turkish character help.)
"Thank you for your interest. I resolved it with the Lua file."Statistics: Posted by Timya — Yesterday, 11:32 pm
View ArticleHelp: Rainmeter Skins • Re: Is OnUnfocusAction behaving properly?
No, that's not the problem. The problem is it stops ignoring the characters because it thinks that the E in \Extras means \E, so the last \E is not even being considered. There's no difference on...
View ArticleHelp: Rainmeter Skins • Re: Help with Reducing Lines of Code
This is likely a terrible idea But, if you do not mind a slower update rate (say once a second), then you should be able to use a variable update counter... I cobbled the following code together just...
View ArticleSound, Music and Visualizers • Re: Cleartext (JD Edition) by Jelle Dekkers...
"Actually, what I want needs to be in cleartext 6.0. I usually make adjustments in the lua file to achieve that, but this one seems more beautiful and fluent to me. Thank you for your...
View ArticleHelp: Rainmeter Skins • Re: "Mond" skin closes after I press Win+D...
I have a problem with rainmeter, every time when I press Win+D, my Mond theme closes. I try change position of my clock, I tried all of this: Bottom, On desktop, Normal. Only if I simply close every...
View ArticleSuites • Re: Gnome Bar
@A.C. "Thanks!" Updated to V1.2025.02.08 (Final?)Major re-work keeping with the idea to only show items that are not easily available from the Windows taskbar.UPDATESNew Gnome Bar Settings skin-...
View ArticleHelp: Rainmeter Skins • Chinese display bugs?
When I write Chinese in "AppFolder=", like "测试" or "文件夹", it shows up in other Chinese, asked DeepSeek,“Text=测试” and only hard-coded Chinese can solve the problem .Now I've simplified it and put it in...
View ArticleHelp: Rainmeter Skins • Re: Chinese display bugs?
See if this helps:https://docs.rainmeter.net/tips/unicode-in-rainmeter/In short, encode your .ini and .inc files as UTF-16 LE BOM, if using Notepad++.The above assumes that your font can properly...
View ArticleCommunity Plugins & Addons • Re: RainFocus
This is working, but I am having trouble with XYplorer for some reason. This one app steals mouse over focus or something. If I move the mouse from any app to the skin, the skin gets focus. But if I...
View ArticleHelp: Rainmeter Skins • Re: Calculating the text width
Are you sure that can not be calculated? Screenshot 2025-02-09 210852.pngCode:...
View ArticleGeneral Discussion • Re: Calling Python
OK - I am running into a Rainmeter logic problem. I click the Recalculate button and the python script is fired and the colors are updated in Varaibles.inc, but the skin doesn't refresh with the new...
View ArticleCommunity Plugins & Addons • Re: [v1.2.0] FrostedGlass - Now more...
Give me maybe a couple days and I'll make a test skin to expose what I mean and my possible improvement ideas.How is everything going? Statistics: Posted by KazukiGames82 — Yesterday, 9:54 pm
View ArticleHelp: Rainmeter Skins • Re: SysInfo not identifying multi monitors correctly
Yeah, i already did that, had to match my older script's variable name to that. I am experimenting a taskbar with dynamic width resizing regarding of the monitor its sit in. So far it works, needs a...
View ArticleSuites • Re: Gnome Bar
I still noticed a typo in the GnomeBar.ini file Rainmeter section as "DynamicWindiwSize" instead of Window, just a small thing Statistics: Posted by rbriddickk84 — Yesterday, 7:46 pm
View ArticleBugs & Feature Suggestions • Re: [Feature Request] !CommandMeasureGroup
1. Hypothetically, you could try using ActionTimer plugin and repeat the commands through it. I haven't used such way myselfhttps://docs.rainmeter.net/manual/plugins/actiontimer/2. Someone has posted...
View ArticleSound, Music and Visualizers • Re: Cleartext (JD Edition) by Jelle Dekkers...
Well, for me the original Cleartext 6.0 was kind of flickering and going a little jerky due to the higher update of 50 ms and incrementing movement with 4 pixels at once, so making the update 25 ms...
View ArticleHelp: Rainmeter Skins • Re: Drag Meter to switch variables?
Easy to back up when the man is right! Not related to this, but another use of bitwise operator, this time the bitwise AND instead of the bitwise XOR as in ikarus1969...
View Article