squamigeralover

Accent Clock settings (RainMeter)

May 6th, 2023
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | Source Code | 0 0
  1. [Rainmeter]
  2. Author=Mohak Chhaparwal
  3. Version=1.0
  4. License=Protected
  5. BackgroundMode=1
  6.  
  7. [Accent]
  8. Measure=Plugin
  9. Plugin=SysColor
  10. ColorType=DWM_COLOR
  11. DisplayType=RGB
  12.  
  13.  
  14. [Hour]
  15. Measure=Time
  16. Format=%I
  17.  
  18. [Hour Count]
  19. Meter=STRING
  20. MeasureName=Hour
  21. X=00
  22. Y=00
  23. FontFace=Nunito
  24. FontColor=255,255,255,250
  25. FontSize=200
  26. StringAlign=Centre
  27. StringStyle=Normal
  28. AntiAlias=1
  29. DynamicVariables=1
  30.  
  31.  
  32. [Minute]
  33. Measure=Time
  34. Format=%M
  35.  
  36. [Minute Count]
  37. Meter=STRING
  38. MeasureName=Minute
  39. X=00
  40. Y=125
  41. FontFace=Nunito
  42. FontColor=128,128,128,150
  43. FontSize=200
  44. StringAlign=Centre
  45. StringStyle=normal
  46. AntiAlias=1
  47. DynamicVariables=1
  48.  
  49.  
  50. [Date]
  51. Measure=Time
  52. Format=%b %d
  53.  
  54. [Date Count]
  55. MeasureName=Date
  56. Meter=String
  57. X=230
  58. Y=415
  59. W=300
  60. FontFace=Nunito
  61. FontColor=255,255,255,200
  62. FontSize=16
  63. StringAlign=Right
  64. StringStyle=normal
  65. AntiAlias=1
  66. DynamicVariables=1
  67.  
  68.  
  69. [Year]
  70. Measure=Time
  71. Format=%Y
  72.  
  73.  
  74. [Day]
  75. Measure=Time
  76. Format=%a
  77.  
  78. [Day Count]
  79. MeasureName=Day
  80. Meter=String
  81. X=230
  82. Y=415
  83. W=300
  84. FontFace=Nunito
  85. FontColor=255,255,255,200
  86. FontSize=16
  87. StringAlign=Left
  88. StringStyle=normal
  89. AntiAlias=1
  90. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment