It is currently September 11th, 2024, 1:29 am
illustro clock
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
no, no difference - thx for the suggestion.
-
- Rainmeter Sage
- Posts: 16517
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: illustro clock
I didn't say it's impossible, I just said I never witnessed such a thing. But definitely surprize me.
Can you post a link where the same version of the screensaver can be downloaded? I assume might be important to have the exact same version as you.
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
https://www.gphotoshow.com/gphotoshow-pro/download.html
GL version illustro clock not display
DX version illustro display
-----------------------------------------------------------------------------------
illustro clock ini :
GL version illustro clock not display
DX version illustro display
-----------------------------------------------------------------------------------
illustro clock ini :
Code: Select all
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ----------------------------------
[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Update=1000
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=0
BackgroundMargins=0,0,0,0
StringEffect=Shadow
[Metadata]
; Contains basic information of the skin.
Name=Clock
Author=poiru
Information=Displays the current date and time.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0
StringEffect=Shadow
[Variables]
; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).8
StringEffect=Shadow
fontName=Trebuchet MS
textSize=10
colorBar=235,170,0,255
colorText=255,255,255,205
; ----------------------------------
; MEASURES return some kind of value
; ----------------------------------
[measureTime]
; This measure returns the time in a 24-hour format (i.e. HH:MM).
Measure=Time
StringEffect=SHADOW
Format=%A - %B %d %#Y - %H:%M:%S
; For a 12-hour clock, change the Format option above to: %I:%M %p
; Refer to the Rainmeter manual for other format codes.
[measureDate]
; Returns the date as DD.MM.YYYY
Measure=Time
Format=%d.%m.%y
[measureDay]
; Returns the current day
Measure=Time
Format=%A
; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------
[styleTitle]
;StringAlign=Center
;StringCase=Upper
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1
[styleLeftText]
;StringAlign=Left
; Meters using styleLeftText will be left-aligned.
StringCase=None
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1
[styleRightText]
StringAlign=Right
StringCase=None
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1
[styleSeperator]
SolidColor=255,255,255,15
; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------
[meterTitle]
Meter=String
MeterStyle=styleTitle
; Using MeterStyle=styleTitle will basically "copy" the
; contents of the [styleTitle] section here during runtime.
MeasureName=measureTime
X=150
Y=12
W=700
H=18
Text=%1
StringEffect=shadow
FontEffectColor=0,0,0
; %1 stands for the value of MeasureName (measureTime in this case).
Last edited by balala on September 19th, 2023, 7:02 pm, edited 1 time in total.
Reason: Please use <code> tags whenever are posting codes. It's the </> button.
Reason: Please use <code> tags whenever are posting codes. It's the </> button.
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
FYI - I posted the code only because it has been modified from the orignal, fwiw.MourningStar wrote: ↑September 19th, 2023, 6:57 pm ...
-----------------------------------------------------------------------------------
illustro clock ini :
...
-
- Rainmeter Sage
- Posts: 8071
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
-
- Posts: 287
- Joined: June 12th, 2016, 2:40 am
Re: illustro clock
^
thx 4 reply
Thx all
thx 4 reply
My bad - The DX version does have plugin ability but I decided to stay with the OpenGL. I discovered a feature that lets me place an Illustro Clock equivalent onto the screensaver. It only lacks the display of the seconds but I can live without it.MourningStar wrote: ↑September 19th, 2023, 1:42 am from the developer of gPhotoshow : " ... it is possible the issue is related to OpenGL, try the DX version, maybe rainmeter works better with it."
I installed the DX version and this issue is resolved. However, their OpenGL version has additional features not in the DX version, some of which allow me to duplicate the Illustro clock. TBH i have no idea what OpenGL and DX mean. Kudos to the gPhotoshow developer for providing multiple versions.
Thx all