summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 99d3ad8..f5e5c78 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -2,7 +2,7 @@
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
@@ -28,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
+```