Skip to content

Commit 571f936

Browse files
committed
docs(brightness-widget): add new options to README
1 parent 5234358 commit 571f936

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

brightness-widget/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ It is possible to customize widget by providing a table with all or some of the
1818
| `tooltip` | false | Display brightness level in a tooltip when the mouse cursor hovers the widget |
1919
| `percentage` | false | Display a '%' character after the brightness level |
2020
| `rmb_set_max` | false | Right mouse click sets the brightness level to maximum |
21+
| `size` | 18 | Size of the widget (used only for `arc` type) |
22+
| `arc_thickness` | 2 | Thickness of the arc (used only for `arc` type) |
2123

2224
_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).
2325

0 commit comments

Comments
 (0)