It is currently September 29th, 2024, 9:24 am

Changing from percentage to GB

General topics related to Rainmeter.
mrk
Posts: 2
Joined: September 28th, 2015, 7:42 pm

Changing from percentage to GB

Post by mrk »

Hi, I'm new to the forum and to rainmeter, I have the stock skin and I like it, but I was looking to see if it is possible to be able to view my RAM usage in GB instead of percentage. If this is possible please share!!

Thank you!

Regards, Mason.
User avatar
balala
Rainmeter Sage
Posts: 16602
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Changing from percentage to GB

Post by balala »

It's absolutely possible, you just have to use the Example skin, from the Memory measures help page.
mrk
Posts: 2
Joined: September 28th, 2015, 7:42 pm

Re: Changing from percentage to GB

Post by mrk »

Thank you very much! It worked, but it is really long, too long to fit in with my other meters, any way to fix that?
User avatar
balala
Rainmeter Sage
Posts: 16602
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Changing from percentage to GB

Post by balala »

Yes, you can try to break up the string to three lines. To do that, try this Text option (on the [MeterText] meter): Text=RAM Total: %1B#CRLF#RAM Used: %2B#CRLF#RAM Free: %3B. I used here the #CRLF# built-in variable. There are lot of other methods too. If this isn't what you need, please post your code, to can see what you'd like to achive.