aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2016-03-28 20:24:38 +0300
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2016-03-28 20:24:38 +0300
commitc1621169e025f67fb97761ff1eab403408891860 (patch)
treeb6c59891831135503f7a5be4a3b2afdf6e29d390
parentfd4b73dd246e9317572fac176810cc6f207d54d4 (diff)
Added readme file
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0f2d8c1
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+brightnessctl 0.1 - read and control device brightness.
+
+Usage: brightnessctl [options] [operation] [value]
+
+Options:
+ -l, --list list devices with available brightness controls.
+ -q, --quiet suppress output.
+ -p, --pretend do not perform write operations.
+ -m, --machine-readable produce machine-readable output.
+ -d, --device=DEVICE specify device name.
+ -c, --class=CLASS specify device class.
+ -h, --help print this help.
+
+Operations:
+ g, get get current brightness of the device.
+ m, max get maximum brightness of the device.
+ s, set VALUE set brightness of the device.
+