You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ You can use command-line options to get/set the brightness or contrast.
101
101
| Set brightness of a specified monitor. | /set [Device Instance ID][Brightness]|
102
102
| Set brightness of all monitors. | /set all [Brightness]|
103
103
104
+
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
105
+
104
106
You can switch to contrast by inserting `contrast` after `/get` or `/set` (e.g. `/get contrast all`).
105
107
106
108
If this app is called with `/get` or `/set`, it will return
@@ -109,21 +111,19 @@ If this app is called with `/get` or `/set`, it will return
109
111
[Device Instance ID] [Monitor name] [Brightness] B
110
112
```
111
113
112
-
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
114
+
'B' at the end indicates brightness. In addition, '*' will be added in the case of a selected monitor.
113
115
114
-
If this app is call with `/get contrast` or `/set contrast`, it will return
116
+
If this app is called with `/get contrast` or `/set contrast`, it will return
115
117
116
118
```
117
119
[Device Instance ID] [Monitor name] [Contrast] C
118
120
```
119
121
120
122
'C' at the end indicates contrast. If contrast is not supported by a monitor, '-' will be shown instead.
121
123
122
-
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
123
-
124
124
The brightness or contrast ranges from 0 to 100%. When you use `/set` option, it can be specified with the number itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10).
125
125
126
-
The options can be executed consecutively (e.g. `monitorian /get 20 /get contrast 20`).
126
+
The options can be executed consecutively (e.g. `monitorian /set 20 /set contrast 40`).
127
127
128
128
You can call this app by its name `Monitorian` in command prompt or bat file. From Task Scheduler, it can be performed by the path to its alias `%LOCALAPPDATA%\Microsoft\WindowsApps\Monitorian.exe`. For example, to increase brightness of all monitors by 30%, the Action will be the following:
129
129
@@ -180,7 +180,7 @@ In any case, reporting on the controllability of a monitor MUST include probe.lo
180
180
### Command-line arguments
181
181
182
182
- As part of testing, you can store persistent arguments in `Command-line arguments` in the hidden menu. They will be tested along with current arguments when this app starts.
183
-
- For example, if you want to fix this app's language to English (default), set `/lang en` in this box.
183
+
- For example, if you want this appto always use English language (default), set `/lang en` in this box.
0 commit comments