summaryrefslogtreecommitdiff
path: root/brightness-widget/README.md
diff options
context:
space:
mode:
authorNuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>2021-04-15 22:01:12 +0100
committerNuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>2021-04-15 22:01:12 +0100
commitc340f49ae57d012f504da3e9b40af905130b49a2 (patch)
tree86c8aadcd43f3a0aac9ddc54cb3659034016c45b /brightness-widget/README.md
parent4cbacd910b2621139cfd1fb6d61cc764e5eb9fd3 (diff)
brightness-widget: support left click
sets brightness to "base" level
Diffstat (limited to 'brightness-widget/README.md')
-rw-r--r--brightness-widget/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/brightness-widget/README.md b/brightness-widget/README.md
index 5428029..5b1a23a 100644
--- a/brightness-widget/README.md
+++ b/brightness-widget/README.md
@@ -11,6 +11,7 @@ It is possible to customize widget by providing a table with all or some of the
| `type`| `arc` | The widget type. Could be `arc` or `icon_and_text` |
| `program` | `light` | The program used to control the brightness, either 'light' or 'xbacklight'. |
| `step` | 5 | Step |
+| `base` | 20 | Base level to set brightness to on left click. |
| `path_to_icon` | `/usr/share/icons/Arc/status/symbolic/display-brightness-symbolic.svg` | Path to the icon |
| `font` | `Play 9` | Font |
| `timeout` | 1 | How often in seconds the widget refreshes. Check the note below |