summaryrefslogtreecommitdiff
path: root/brightness-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2022-02-12 16:50:44 -0500
committerGitHub <noreply@github.com>2022-02-12 16:50:44 -0500
commitb138b2480a48216ada42602ecdcddd8b81b48d4f (patch)
tree8e9f3b1d5e6b8c40c7a2a11a065ea1e07c7f40f4 /brightness-widget/README.md
parentc442715ab1ec9c78c3f6559204da4beaac0b7a24 (diff)
parentf7d7b3e6f79f8216028fcf12b111b029b4cbdfcf (diff)
Merge pull request #329 from augustogunsch/master
Add option 'percentage' for brightness widget
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 cbf5b7e..156d109 100644
--- a/brightness-widget/README.md
+++ b/brightness-widget/README.md
@@ -16,6 +16,7 @@ It is possible to customize widget by providing a table with all or some of the
| `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 |
+| `percentage` | false | Display a '%' character after the brightness level |
_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).