Help: Rainmeter Skins • Re: Problems with minimum and dynamic width
Change the 'X' value of your style to equal the measured width of the song info:Code: [playerstyle]SolidColor=0,0,0,190FontFace=Segoe UI Variable...
View ArticleHelp: Rainmeter Skins • Re: Lightweight animated wallpaper
Got it. It's a pity that no one is interested.On my Ryzen 9 6900HX for this video in Windows 11 with Autowall 1.13 (MPV):- 216 MB of RAM, 13 MB VRAM, 18% GPU and 0% CPU - with default settings- 179 MB...
View ArticleHelp: Rainmeter Skins • Re: Help me fix up Axxrael's Noteboard skin
1. You can't use <ENTER> to carriage return in a note, only CTRL+ENTER2. Double quotes break the note (you have to edit the .txt to fix)3. When updating the note, the pre-existing note's text...
View ArticleHelp: Rainmeter Skins • Re: Log error Re: Image not found
Well.. the problem is how you designed the skin. You are using the same name of an ini file on the images and you're using fileview for the ini files, then you simply add the .jpg extension to...
View ArticleHelp: Rainmeter Skins • Re: Tamagochi game help
if no one understands please ask me any questionsi was working on this tamagachi code and i've made the 3 hearts decrease level overtime (full=half=dead) and when i feed it and do other stuff it...
View ArticleHelp: Rainmeter Skins • Re: Problems with minimum and dynamic width
I can say for myself, that I am not good enough to understand the mechanics to do it in Rainmeter.That's temporary, you'll get better, as we all did, with a bit of confidence. Nobody is born knowing...
View ArticleHelp: Rainmeter Skins • Re: Lightweight animated wallpaper
At this moment, RainMeter+Khanhas seemed less interesting to me than AutoWall+LiteWebview, which doesn't require Microsoft Edge WebView. Maybe later I will return to this topic. Thank you!Statistics:...
View ArticleHelp: Rainmeter Skins • Re: Problems with displaying CPU and GPU usage...
Code: ;--------------------------------- Variáveis -----------------------------------[Variables]Var=Small;------------------------------------ Estilo...
View ArticleHelp: Rainmeter Skins • Re: Is there a variable for the currently selected file?
Type=FilePath : Full path and name of indexed object, folder or file. No trailing "\" with foldersIsn't this in the child measure enough for getting what is needed? Zero need for the root or parent...
View ArticleHelp: Rainmeter Skins • How to Create a Crypto Skin Using Widget Code from...
Many cryptocurrency databases or exchanges provide code in HTML or Java for embedding widgets on a website. Can this code be used to create a desktop skin?Statistics: Posted by Jurgen — Today, 4:09 pm
View ArticleHelp: Rainmeter Skins • Re: How to Create a Crypto Skin Using Widget Code...
Many cryptocurrency databases or exchanges provide code in HTML or Java for embedding widgets on a website. Can this code be used to create a desktop skin?Not directly, but you can use the WebView...
View ArticleHelp: Rainmeter Skins • Re: Tamagochi game help
yes strictly from heart1 to heart3 but i want it to skip full_heart.png. for example if i have heart3 displaying full_heart.png, heart2 half_heart.pn, heart1 dead_heart.png then i when i click the...
View ArticleHelp: Rainmeter Skins • Re: Problems with displaying CPU and GPU usage...
I've been around little more than a year. I've never used the old method tbh So you write your old skins from scratch and only use their codes as a comparison?I don't discard the skin code, I just...
View ArticleHelp: Rainmeter Skins • Re: Need a little help with getting an If Condition...
Yes, you can both nest:(#AMDg#=0?0:(#NVIDIA#=0?1:0))and use multiple conditions:((#AMDg#=0)&&(#NVIDIA#=0)?0:...)((#AMDg#=0)||(#NVIDIA#=0)?1:...)How to do that, depends on what you want to...
View ArticleHelp: Rainmeter Skins • Re: Windows Registry
I've changed the code of the Skin a bit. When you start it for the first time, the skin may be a little slow because of the information that is requested by the PowerShell.- The strings for the CPU...
View ArticleHelp: Rainmeter Skins • Re: Popup Toast Notifications
Recurring events are mostly a matter of summing up the desired recurring interval in seconds and the value of [MeasureAlarmTime] right after [MeasureToast] is run, then using that result as a...
View ArticleHelp: Rainmeter Skins • Re: Nested variable issue, again!
Sorry, I forgot that I changed the name of the variable. I'll have to recreate it as I'm now having trouble adjusting it! Gimme a sec...The orange bar does misbehave, but I have no idea how to fix...
View ArticleHelp: Rainmeter Skins • Re: Help me fix up Axxrael's Noteboard skin
Makes perfect sense, done and done. Updated Noteboard.txt to have the inputs too.Code:...
View ArticleHelp: Rainmeter Skins • Re: Windows Registry
Thank you very much for all the information .I have no idea whether it is possible to do something like this via a Lua script that compares the two measures. Just out of curiosity. Otherwise I will...
View Article