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
@@ -97,7 +101,29 @@ You can use command-line options to get/set the brightness.
97
101
| Set brightness of a specified monitor. | /set [Device Instance ID][Brightness]|
98
102
| Set brightness of all monitors. | /set all [Brightness]|
99
103
100
-
If this app is called with `/get` option, it will return [Device Instance ID][Monitor name][Brightness]. The device instance ID is an unique identifier given by the OS to each monitor. The brightness ranges from 0 to 100%. It can be specified with brightness itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10) when you use `/set` option.
104
+
You can switch to contrast by inserting `contrast` after `/get` or `/set` (e.g. `/get contrast all`).
105
+
106
+
If this app is called with `/get` or `/set`, it will return
107
+
108
+
```
109
+
[Device Instance ID] [Monitor name] [Brightness] B
110
+
```
111
+
112
+
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
113
+
114
+
If this app is call with `/get contrast` or `/set contrast`, it will return
115
+
116
+
```
117
+
[Device Instance ID] [Monitor name] [Contrast] C
118
+
```
119
+
120
+
'C' at the end indicates contrast. If contrast is not supported by a monitor, '-' will be shown instead.
121
+
122
+
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
123
+
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
+
126
+
The options can be executed consecutively (e.g. `monitorian /get 20 /get contrast 20`).
101
127
102
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:
103
129
@@ -186,10 +212,15 @@ An alternative language can be shown by adding a Resources (.resx) file into `/S
186
212
187
213
## History
188
214
215
+
Ver 4.0 2022-12-31
216
+
217
+
- Modify UI
218
+
- Add Ukrainian (uk-UA) language. Thanks to @kaplun07!
219
+
189
220
Ver 3.15 2022-12-4
190
221
191
222
- Fix touchpad swipe
192
-
- Supplement Simplified Chinese (zh-Hans). Thanks to @FrzMtrsprt!
223
+
- Supplement Simplified Chinese (zh-Hans) language. Thanks to @FrzMtrsprt!
0 commit comments