diff --git a/volume-widget/README.md b/volume-widget/README.md index ca33a16..2006faa 100644 --- a/volume-widget/README.md +++ b/volume-widget/README.md @@ -1,8 +1,6 @@ # Volume widget -Simple and easy-to-install widget for Awesome Window Manager. - -This widget represents the sound level: ![Volume Wiget](./vol-wid-1.png) +Simple and easy-to-install widget for Awesome Window Manager which represents the sound level: ![Volume Wiget](./vol-widget-1.png) Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder. @@ -30,4 +28,4 @@ To be able to control volume level add following lines in shortcut section of th ```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 = "decrease volume", group = "custom"}), -``` \ No newline at end of file +```