diff options
author | Chris Bruce <aprofessionalemailaddress@gmail.com> | 2020-09-19 01:22:27 -0700 |
---|---|---|
committer | Chris Bruce <aprofessionalemailaddress@gmail.com> | 2020-09-19 01:22:27 -0700 |
commit | 21150bd640f086f617c61b32cde5e45ecfb5158f (patch) | |
tree | 2a8b4cad8363c5a0019466edf86d8ef99941d2f4 /volumebar-widget | |
parent | a2eddcdfcd87976866f797b5ad2b795495d2e620 (diff) |
Update readmes to include timeout arg
Diffstat (limited to 'volumebar-widget')
-rw-r--r-- | volumebar-widget/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/volumebar-widget/README.md b/volumebar-widget/README.md index b4a4578..305b254 100644 --- a/volumebar-widget/README.md +++ b/volumebar-widget/README.md @@ -20,7 +20,8 @@ It is possible to customize widget by providing a table with all or some of the | `mute_color` | `beautiful.fg_urgent` | Color of the bar when mute | | `width` | 50 | The bar width | | `shape` | `bar` | [gears.shape](https://awesomewm.org/doc/api/libraries/gears.shape.html), could be `octogon`, `hexagon`, `powerline`, etc | -| `margin` | `10` | Top and bottom margin (if your wibar is 22 px high, bar will be 2 px (22 - 2*10)) | +| `margins` | `10` | Top and bottom margin (if your wibar is 22 px high, bar will be 2 px (22 - 2*10)) | +| `timeout` | 1 | How often in seconds the widget refreshes | | `get_volume_cmd` | `amixer -D pulse sget Master` | Get current volume level | | `inc_volume_cmd` | `amixer -D pulse sset Master 5%+` | Increase volume level | | `dec_volume_cmd` | `amixer -D pulse sset Master 5%-` | Decrease volume level | |