Advertisement
Corvust

Clock

Jan 18th, 2019
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Variables]
  2. ; FontSize = Size of Text
  3. FontSize=50
  4.  
  5. ; FontColour = Colour of Text
  6. FontColor=255,255,255
  7.  
  8. [Style_Display]
  9. FontFace=Segoe UI Light
  10. FontSize=#FontSize#
  11. FontColor=255,255,255
  12. AntiAlias=1
  13. DynamicVariables=1
  14.  
  15. [Date_Measure]
  16. Measure=Time
  17. Format=%d / %B / %G
  18. UpdateDivider=60
  19.  
  20. [Date_Display]
  21. MeterStyle=Style_Display
  22. Meter=String
  23. MeasureName=Date_Measure
  24. Text=%1
  25. UpdateDivider=60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement