diff options
-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: |