소스 검색

brightness: add page (#2540)

David 6 년 전
부모
커밋
a0768ac59c
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      pages/osx/brightness.md

+ 15 - 0
pages/osx/brightness.md

@@ -0,0 +1,15 @@
+# brightness
+
+> Get and set the brightness level of all internal and certain external displays.
+
+- Show current brightness:
+
+`brightness -l`
+
+- Set the brightness to 100%::
+
+`brightness {{1}}`
+
+- Set the brightness to 50%::
+
+`brightness {{0.5}}`