Skip to content

Commit

Permalink
First draft
Browse files Browse the repository at this point in the history
Working:
- OFFLINE/ONLINE by checking if the overwatch process is running
- Display username based on a variable in username.ini

Issues:
- Couldn't find he correct fonts
- The default position is for the status is hard to setup if the left
monitor is not the primary monitor, workaround: enable draggable and
drag them to correct position
  • Loading branch information
ExcuseMi committed Aug 13, 2017
0 parents commit f5af063
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
Binary file added overwatch/overwatch_1920_1080.bmp
Binary file not shown.
26 changes: 26 additions & 0 deletions overwatch/status/status.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[Rainmeter]
Author=ExcuseMe
Update=1000
AccurateText=1

[Metadata]
Version=0.0.1

[MeasureProcess]
Measure=Plugin
Plugin=Process
ProcessName=Overwatch.exe
Substitute="-1":"OFFLINE","1":"ONLINE"

[MeterProcess]
Meter=String
MeasureName=MeasureProcess
X=1100
Y=491
W=250
H=100
FontSize=46
FontColor=235,65,59
FontFace=Agency
FontWeight=5000
Text=%1
20 changes: 20 additions & 0 deletions overwatch/username/username.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[Rainmeter]
Author=ExcuseMe
Update=1000
AccurateText=1

[Metadata]
Version=0.0.1

[Variables]
UserName=EXCUSEME

[UserNameText]
Meter=String
Text=#UserName#
FontSize=46
FontColor=240,152,29
FontFace=Agency
FontWeight=2000
X=1530
Y=120

0 comments on commit f5af063

Please sign in to comment.