You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: brightness-widget/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ It is possible to customize widget by providing a table with all or some of the
18
18
|`tooltip`| false | Display brightness level in a tooltip when the mouse cursor hovers the widget |
19
19
|`percentage`| false | Display a '%' character after the brightness level |
20
20
|`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) |
21
23
22
24
_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).
0 commit comments