summaryrefslogtreecommitdiff
path: root/brightness-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-04-21 10:52:13 -0400
committerGitHub <noreply@github.com>2021-04-21 10:52:13 -0400
commit9e42fec6b14c0594fae33104e858e1057618b1b2 (patch)
tree4dcdcfe5567ac2b4b88b3167ca2d4d0d841533fb /brightness-widget/README.md
parent24ec325363f7885183a0e9838536e9775b0d6bcd (diff)
parent50f686d2c28c5a56481944d16ee2bd70d939b40f (diff)
Merge pull request #255 from nuno-silva/brightness
Brightness: add support for left/right click
Diffstat (limited to 'brightness-widget/README.md')
-rw-r--r--brightness-widget/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/brightness-widget/README.md b/brightness-widget/README.md
index 5428029..47f7d9c 100644
--- a/brightness-widget/README.md
+++ b/brightness-widget/README.md
@@ -11,9 +11,11 @@ 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 |
+| `tooltip` | false | Display brightness level in a tooltip when the mouse cursor hovers the widget |
_Note:_ If brightness is controlled only by the widget (either by a mouse, or by a shortcut, then the `timeout` could be quite big, as there is no reason to synchronize the brightness level).