summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2015-07-14 09:04:53 +0200
committerstreetturtle <streetturtle@users.noreply.github.com>2015-07-14 09:04:53 +0200
commit8887e19b5db55c8ef3efe7a47e29bc96127d0896 (patch)
tree69c76414364ea74ae7d1c44b76c8fa185ff75152
parentc2617a059f8a226ff3028ec03f8fed00b5c3f026 (diff)
Update README.md
-rw-r--r--VolumeWidget/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/VolumeWidget/README.md b/VolumeWidget/README.md
index 651bd2d..312fa4d 100644
--- a/VolumeWidget/README.md
+++ b/VolumeWidget/README.md
@@ -10,7 +10,7 @@ This widget represents the sound level: ![Volume Wiget](./volWid.png)
- change path to the icons in `volume.lua`:
```
- widget:set_image("/home/<username>/.config/awesome/volume-icons/" .. volumeLevel .. ".png")
+widget:set_image("/home/<username>/.config/awesome/volume-icons/" .. volumeLevel .. ".png")
```
- include `volume.lua` and add volume widget to your wibox in rc.lua: