Skip to content

Commit

Permalink
Version 1.5.0 – 27/05/2019
Browse files Browse the repository at this point in the history
- Played the alarm sound stored in the @Resources/Sounds folder when the current prayer time updated
- Redesigned the skin layout to take in account the skin dimension
- Redesigned the skin styles
- Properly hidden the database connection notification when there was no Internet connection
  • Loading branch information
eclectice committed May 27, 2019
1 parent e9f84c2 commit 3f2ec10
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 89 deletions.
4 changes: 3 additions & 1 deletion @Resources/Default.inc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ WLY02 - Labuan

@link: https://www.e-solat.gov.my/index.php?siteId=24&pageId=50

Take note the URL used=https://www.e-solat.gov.my/index.php?r=esolatApi/xmlfeed&zon=#ZoneCode#

}

[Variables]
Expand All @@ -85,4 +87,4 @@ URL=https://www.e-solat.gov.my/index.php?r=esolatApi/xmlfeed&zon=#ZoneCode#
;toggle debug mode: Debug=0: debug off, Debug=1: debug on
Debug=0
;when Debug=1, set DebugTime to any test time value in format %#H:%M
DebugTime=05:00:00
DebugTime=05:31:00
Binary file added @Resources/Sounds/alarm.wav
Binary file not shown.
37 changes: 21 additions & 16 deletions @Resources/Styles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
FontColor=255,255,255,255
FontColorHi=255,255,255,255
FontSize=12
FontMediumSize=12
FontDebugSize=10
FontDebugMediumSize=12
FontDateSize=14
FontFace=Raleway Medium
ColorText=255,255,255,255
Expand Down Expand Up @@ -73,21 +75,22 @@ SolidColor=[DesktopBG1]FF
FontColor=#SolidWhite#

[StyleLeftAlign]
StringAlign=Left
StringAlign=LeftCenter

[StyleRightAlign]
StringAlign=Right
StringAlign=RightCenter

[StyleCenterAlign]
StringAlign=Center
StringAlign=CenterCenter

[StyleMediumText]
DynamicVariables=1
AntiAlias=1
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#SolidWhite#
SolidColor=47,47,47,255
FontSize=#FontMediumSize#
;FontColor=#SolidWhite#
FontColor=[DesktopFG2]FF
;SolidColor=47,47,47,255
StringAlign=Left
ClipString=0

Expand All @@ -96,29 +99,28 @@ DynamicVariables=1
AntiAlias=1
FontFace=#FontFace#
FontSize=#FontSize#
FontColor=#SolidGreyText#
SolidColor=47,47,47,255
;FontColor=#SolidGreyText#
FontColor=[DesktopFG1]FF
;SolidColor=47,47,47,255
StringAlign=Left
ClipString=0

[DebugMediumText]
DynamicVariables=1
AntiAlias=1
FontFace=#FontFace#
FontSize=#FontDebugSize#
FontColor=#SolidWhite#
SolidColor=47,47,47,255
StringAlign=Left
FontSize=#FontDebugMediumSize#
FontColor=[DesktopFG2]FF
SolidColor=[DesktopBG1]FF
ClipString=0

[DebugSmallText]
DynamicVariables=1
AntiAlias=1
FontFace=#FontFace#
FontSize=#FontDebugSize#
FontColor=#SolidGreyText#
SolidColor=47,47,47,255
StringAlign=Left
FontColor=[DesktopFG1]FF
SolidColor=[DesktopBG1]FF
ClipString=0

;-------------------------------
Expand Down Expand Up @@ -153,6 +155,7 @@ FontColor=[DesktopFG1]FF
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;SolidColor=47,47,47,255

[PrayTitleHigh]
DynamicVariables=1
Expand All @@ -164,15 +167,17 @@ FontColor=[DesktopFG2]FF
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;SolidColor=47,47,47,255

[HijriDate]
DynamicVariables=1
StringStyle=BOLD
StringAlign=RIGHT
StringEffect=SHADOW
;FontEffectColor=100,100,100,80
FontEffectColor=0,0,0,80
FontColor=[DesktopFG2]FF
FontFace=#FontFace#
FontSize=#FontDateSize#
AntiAlias=1
;SolidColor=47,47,47,255

32 changes: 15 additions & 17 deletions HijriDate/Date.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
;[PRAYER TIME SKIN]===============================

[Metadata]
Name=Hijri Date
Description=Displays the hijri date of Islamic Calendar.
License=Creative Commons BY-NC-SA 4.0
Version=1.5.0

[Rainmeter]
Author=eclectice
Update=2000
MouseOverAction=!execute [!RainmeterHideMeter Location][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter Location][!RainmeterRedraw]
SkinWidth=200
SkinHeight=35
@include=#@#Fonts.inc

[Variables]
Expand Down Expand Up @@ -32,25 +38,17 @@ DynamicVariables=1

[MeterBackground]
Meter=IMAGE
X=0R
X=0
Y=0
W=190
H=35
W=(#CURRENTCONFIGWIDTH#)
H=(#CURRENTCONFIGHEIGHT#)
ImageName=bg.png
BackgroundMargin=10,10,10,10
SolidColor=0,0,0,1
;MeterStyle=MainBackground
MeterStyle=MainBackground

[MeterDate]
Meter=String
MeasureName=MeasureDateFormatHijri
MeterStyle=HijriDate
X=-25R
Y=0


[Metadata]
Name=Hijri Date
Description=Displays the hijri date of Islamic Calendar.
License=Creative Commons BY-NC-SA 4.0
Version=1.4.0
MeterStyle=HijriDate | StyleCenterAlign
X=(#CURRENTCONFIGWIDTH#/2)
Y=(#CURRENTCONFIGHEIGHT#/2)
Loading

0 comments on commit 3f2ec10

Please sign in to comment.