diff options
author | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-10-06 21:37:35 -0400 |
---|---|---|
committer | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-10-06 21:37:35 -0400 |
commit | cc2384b926c09bb791105f9804c6b7fbc3b47e7a (patch) | |
tree | 186beb77e651b6ca6bc089385f6a5ba2f5f40377 /volumearc-widget | |
parent | 0ec62ab51e5e8b7c9e9a8f4ea2a43394252a22e7 (diff) |
Fix typos
Diffstat (limited to 'volumearc-widget')
-rw-r--r-- | volumearc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volumearc-widget/README.md b/volumearc-widget/README.md index 0ae17b4..8a06b92 100644 --- a/volumearc-widget/README.md +++ b/volumearc-widget/README.md @@ -22,7 +22,7 @@ It is possible to customize widget by providing a table with all or some of the | `height` | `beautiful.fg_normal` | Widget height | | `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%-` | Descrease volume level | +| `dec_volume_cmd` | `amixer -D pulse sset Master 5%-` | Decrease volume level | | `tog_volume_cmd` | `amixer -D pulse sset Master toggle` | Mute / unmute | ### Example: |