It is currently March 28th, 2024, 4:43 pm

Rose(V1)

A package of skins with a "theme" or by a single author
Post Reply
User avatar
sephirotess
Posts: 332
Joined: December 8th, 2016, 6:45 am

Rose(V1)

Post 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
(680.96 KiB) Downloaded 136 times
Wallpaper "Rose". Original author unknown.
If you want the same wallpaper

Thanks.
gonzalosor
Posts: 2
Joined: April 7th, 2018, 4:32 am

Re: Rose(V1)

Post by gonzalosor »

Hi, is there a way i can increase 150% the size of the calendar?
thanks
User avatar
sephirotess
Posts: 332
Joined: December 8th, 2016, 6:45 am

Re: Rose(V1)

Post 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: .
F!.OW
Posts: 22
Joined: April 1st, 2018, 12:42 pm

Re: Rose(V1)

Post 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
User avatar
sephirotess
Posts: 332
Joined: December 8th, 2016, 6:45 am

Re: Rose(V1)

Post by sephirotess »

Excellent idea. Thank you for proposing it :17good .
F!.OW
Posts: 22
Joined: April 1st, 2018, 12:42 pm

Re: Rose(V1)

Post 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
gonzalosor
Posts: 2
Joined: April 7th, 2018, 4:32 am

Re: Rose(V1)

Post 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?
F!.OW
Posts: 22
Joined: April 1st, 2018, 12:42 pm

Re: Rose(V1)

Post 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
Post Reply