Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Rainmeter]
  2.     Backgroundmode=1
  3.   Update=1000
  4.  
  5. [Metadata]
  6.     Name=Custom Clock
  7.     Author=Flexo013
  8.  
  9. [Variables]
  10.     FontColor=125,125,125,255
  11.     FontFace=Futura Std
  12.  
  13. ;Measure
  14.     [Mtime]
  15.         Measure=Time
  16.         Format=%#H:%M
  17.  
  18. ;Meter
  19.     [Time]
  20.         Meter=String
  21.         MeasureName=Mtime
  22.         StringAlign=Left
  23.         X=0
  24.         Y=0
  25.         FontSize=70
  26.         Fontcolor=#FontColor#
  27.         FontFace=#FontFace#
  28.         AntiAlias=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement