Browse Source

brightness: add page (#2540)

David 6 năm trước cách đây
mục cha
commit
a0768ac59c
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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}}`