diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2015-07-14 09:04:53 +0200 |
---|---|---|
committer | streetturtle <streetturtle@users.noreply.github.com> | 2015-07-14 09:04:53 +0200 |
commit | 8887e19b5db55c8ef3efe7a47e29bc96127d0896 (patch) | |
tree | 69c76414364ea74ae7d1c44b76c8fa185ff75152 /VolumeWidget | |
parent | c2617a059f8a226ff3028ec03f8fed00b5c3f026 (diff) |
Update README.md
Diffstat (limited to 'VolumeWidget')
-rw-r--r-- | VolumeWidget/README.md | 2 |
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: |