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: doc/json_schema.json
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -623,10 +623,6 @@
623
623
"const": "board",
624
624
"description": "Print mather board name and other info"
625
625
},
626
-
{
627
-
"const": "brightness",
628
-
"description": "Print brightness of your monitors"
629
-
},
630
626
{
631
627
"const": "chassis",
632
628
"description": "Print chassis type (desktop, laptop, etc)"
@@ -838,6 +834,22 @@
838
834
},
839
835
"additionalProperties": false
840
836
},
837
+
{
838
+
"title": "Brightness",
839
+
"properties": {
840
+
"type": {
841
+
"const": "brightness",
842
+
"description": "Print current brightness / luminance of your monitors"
843
+
},
844
+
"ddcciSleep": {
845
+
"type": "integer",
846
+
"description": "Set the sleep times (in ms) when sending DDC/CI requests.\nSee <https://www.ddcutil.com/performance_options/#option-sleep-multiplier> for detail",
Copy file name to clipboardExpand all lines: src/data/help.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Module specific options:
137
137
--display-compact-type: <?string>: Set if all displays should be printed in one line. Default is none
138
138
--display-detect-name: <?value>: Set if display name should be detected and printed (if supported). Default is false
139
139
--display-precise-refresh-rate: <?value>:Set if decimal refresh rates should not be rounded into integers when printing. Default is true
140
+
--brightness-ddcci-sleep: <num> Set the sleep times (in ms) when sending DDC/CI requests. See <https://www.ddcutil.com/performance_options/#option-sleep-multiplier> for detail. Default is 10
140
141
--sound-type: <value>: Set what type of sound devices should be printed. Should be either main, active or all. Default is main
141
142
--battery-dir <folder>: The directory where the battery folders are. Standard: /sys/class/power_supply/
142
143
--cpu-temp <?value>: Detect and display CPU temperature if supported. Default is false
0 commit comments