Page 1 of 1

Rose(V1)

Posted: March 31st, 2018, 4:37 am
by sephirotess
Rose(V1) by Sephirotess:
Preview.jpg
Options:

- 8 languages: English, French, Spanish, Italian, Portuguese, German, Russian & Serbian,
- text color, font face, font size... can be modified,
- easy configuration. Use the "config panel" to change settings.

- Serbian language thanks HipHopium,
- Spanish language thanks to Agelyk
- German language thanks Luzifersenpai,



Section "Divers":

- Calendar: simple calendart. Use the orbs to see previous or next month,

- Time & Uptime,

- Weather: information (from Weather.com) for 5 days. Icons by HipHopium :-).



Section "HDD":

- HDD: automatically detects fixed HDDs. Shows the letter of the HDDs, as well as the name. It indicates the free space (percentages). Mouse over for more information & update the skin after the first loading.



Section "System":

- System: CPU usage, free RAM / SWAP (mouse over for more information), number of open processes & trash.

Rose_VR1.1.rmskin
Wallpaper "Rose". Original author unknown.
If you want the same wallpaper

Thanks.

Re: Rose(V1)

Posted: April 7th, 2018, 4:33 am
by gonzalosor
Hi, is there a way i can increase 150% the size of the calendar?
thanks

Re: Rose(V1)

Posted: April 7th, 2018, 4:49 am
by sephirotess
gonzalosor wrote:Hi, is there a way i can increase 150% the size of the calendar?
thanks
Hi,

It is possible to change the size of the fonts in the control panel of the suite, but it will not be possible to increase the size of the calendar :welcome: .

Re: Rose(V1)

Posted: April 7th, 2018, 11:00 am
by F!.OW
sephirotess wrote:... it will not be possible to increase the size of the calendar :welcome: .
There is a quick fix, if you use the TransformationMatrix setting, but it's a hack at best. Here are the additions/changes I've made.

Rose > Divers > Calendar > Calendar.ini

Code: Select all

[Rainmeter]
;Make it easier to Right-click for Context Menu
BackgroundMode=2
SolidColor=0,0,0,1
; 142 > Approximate height of original size, +10 for bottom padding
SkinHeight=(142*#SCALE#)+10
; 165 > Width of [Ima], +25 for extra padding
SkinWidth=(165*#SCALE#)+25

[Variables]
SCALE=1.5
Rose > @Resources > Measures > Divers > Calendar.inc

Code: Select all

;Weekday
[MeterDay]
TransformationMatrix=#SCALE#;0;0;#SCALE#;0;0

[Ima]
TransformationMatrix=#SCALE#;0;0;#SCALE#;0;0

[GMW]
TransformationMatrix=#SCALE#;0;0;#SCALE#;0;0

; Meter Weeks
[GMD]
TransformationMatrix=#SCALE#;0;0;#SCALE#;0;0

;Options
[Previous]
X=(135*#SCALE#)+15

Re: Rose(V1)

Posted: April 8th, 2018, 8:42 am
by sephirotess
Excellent idea. Thank you for proposing it :17good .

Re: Rose(V1)

Posted: April 8th, 2018, 2:19 pm
by F!.OW
sephirotess wrote:Excellent idea. Thank you for proposing it :17good .
Just be aware of the limitations and nature of TransformationMatrix, as I have discovered (in my post).
https://forum.rainmeter.net/viewtopic.php?f=14&t=28245

Re: Rose(V1)

Posted: April 8th, 2018, 2:24 pm
by gonzalosor
F!.OW wrote:There is a quick fix, if you use the TransformationMatrix setting, but it's a hack at best. Here are the additions/changes I've made.[/code]
Oh wow, that worked perfectly. The only thing that's not in the possition it should, is the 3 small orange buttons. Any idea?

Re: Rose(V1)

Posted: April 8th, 2018, 2:47 pm
by F!.OW
gonzalosor wrote:Oh wow, that worked perfectly. The only thing that's not in the possition it should, is the 3 small orange buttons. Any idea?
You'll have to edit this yourself manually, to your liking. If you apply the same TransformationMatrix setting, the MouseOverActions will not work like one would think. Check my previous post that goes into this in more detail: https://forum.rainmeter.net/viewtopic.php?f=14&t=28245

Change +15 to +20 to move it over some, or whatever number you feel satisfies your preferred alignment.

Rose > @Resources > Measures > Divers > Calendar.inc

Code: Select all

;Options
[Previous]
X=(135*#SCALE#)+15