aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Mykyta Holubakha <hilobakho@gmail.com>2017-01-17 01:45:17 +0200
committerGravatar Mykyta Holubakha <hilobakho@gmail.com>2017-01-17 01:45:17 +0200
commitde56ea2af5b628d96c1d576529ffb8e40f47b9df (patch)
tree1296d1089b47a2873bdbf14a05b21ee60211acc6 /README
parentb287e2315f14446bfac5cb03510a566e78af21f1 (diff)
Updated readme
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 0 insertions, 25 deletions
diff --git a/README b/README
deleted file mode 100644
index 4811b4f..0000000
--- a/README
+++ /dev/null
@@ -1,25 +0,0 @@
-brightnessctl 0.1.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.
- -s, --save save previous state in a temporary file.
- -r, --restore restore previous saved state.
- -h, --help print this help.
- -d, --device=DEVICE specify device name.
- -c, --class=CLASS specify device class.
-
-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.
-
-Valid values:
- specific value Example: 500
- percentage value Example: 50%
- specific delta Example: 50- or +10
- percentage delta Example: 50%- or +10%