Update README.md

This commit is contained in:
streetturtle 2015-07-14 09:04:53 +02:00
parent c2617a059f
commit 8887e19b5d
1 changed files with 1 additions and 1 deletions

View File

@ -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: