Advertisement
Guest User

rainmeter

a guest
Mar 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Rainmeter]
  2. Update=1000
  3. AccurateText=1
  4. OnRefreshAction=!SetVariable TimeAlive= ;what do i put here
  5.  
  6. [Metadata]
  7. Name=Pet
  8. Author=semtimmy
  9. Information=a tamagochi like pet for rainmeter
  10. Version=1.0A
  11. License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0
  12.  
  13. [Variables]
  14. ;global
  15. GlobalFontSize=10
  16. GlobalTextX=55
  17. GlobalTextColor=255,255,255
  18.  
  19. ;actions
  20. TimeAlive=0
  21.  
  22. [MeasureUptime]
  23. Measure=Time
  24. Format=%j, %H, %M, %S
  25.  
  26. [MeterBG]
  27. Meter=Shape
  28. Shape=Rectangle 0,0,250,100,20 | Fill Color 0,0,0,180
  29.  
  30. [HungerText]
  31. ;settings
  32. Meter=String
  33. AntiAlias=1
  34. FontSize=#GlobalFontSize#
  35. FontColor=#GlobalTextColor#
  36. StringAlign=Right
  37. x=#GlobalTextX#
  38. Y=10
  39.  
  40. ;text
  41. Text=Hunger:
  42.  
  43. [HungerValue]
  44. ;settings
  45. Meter=String
  46. AntiAlias=1
  47. FontSize=#GlobalFontSize#
  48. FontColor=#GlobalTextColor#
  49. x=(#GlobalTextX# + 5)
  50. Y=10
  51.  
  52. ;number calculation
  53.  
  54.  
  55. ;numberPrint
  56. Text=test
  57.  
  58. [ThirstText]
  59. ;settings
  60. Meter=String
  61. AntiAlias=1
  62. FontSize=#GlobalFontSize#
  63. FontColor=#GlobalTextColor#
  64. StringAlign=Right
  65. x=#GlobalTextX#
  66. Y=0R
  67.  
  68. ;text
  69. Text=Thirst:
  70.  
  71. [FunText]
  72. ;settings
  73. Meter=String
  74. AntiAlias=1
  75. FontSize=#GlobalFontSize#
  76. FontColor=#GlobalTextColor#
  77. StringAlign=Right
  78. x=#GlobalTextX#
  79. Y=0R
  80.  
  81. ;text
  82. Text=Fun:
  83.  
  84. [UptimeText]
  85. Meter=String
  86. MeasureName=MeasureUptime
  87. AntiAlias=1
  88. FontSize=#GlobalFontSize#
  89. FontColor=#GlobalTextColor#
  90. x=0
  91. Y=0R
  92.  
  93. ;text
  94. Text="uptime: %1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement