Update README.md

This commit is contained in:
Pavel Makhov 2017-02-01 21:26:31 -05:00 committed by GitHub
parent e214e416d3
commit 5901e9a53b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Simple and easy-to-install widget for Awesome Window Manager. Simple and easy-to-install widget for Awesome Window Manager.
This widget represents the sound level: ![Volume Wiget](./vol-wid-1.png) This widget represents the sound level: ![Volume Wiget](./vol-widget-1.png)
## Installation ## Installation
@ -28,4 +28,4 @@ To be able to control volume level add following lines in shortcut section of th
```lua ```lua
awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}), awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),
awful.key({ modkey}, "]", function () awful.spawn("amixer -D pulse sset Master 5%+") end, {description = "decrease volume", group = "custom"}), awful.key({ modkey}, "]", function () awful.spawn("amixer -D pulse sset Master 5%+") end, {description = "decrease volume", group = "custom"}),
``` ```