summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2015-07-14 09:04:27 +0200
committerstreetturtle <streetturtle@users.noreply.github.com>2015-07-14 09:04:27 +0200
commitc2617a059f8a226ff3028ec03f8fed00b5c3f026 (patch)
tree7fa1899ab4d1387d60645afac556c4bfd0d29ca8
parent99d8fdc9b3627d526e500be2fac972b4c5069220 (diff)
update readme
-rw-r--r--VolumeWidget/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/VolumeWidget/README.md b/VolumeWidget/README.md
index 2c4a717..651bd2d 100644
--- a/VolumeWidget/README.md
+++ b/VolumeWidget/README.md
@@ -7,6 +7,12 @@ This widget represents the sound level: ![Volume Wiget](./volWid.png)
- clone/copy volume.lua file and volume-icons folder to your `~/home/username/.config/awesome/` folder;
+- change path to the icons in `volume.lua`:
+
+```
+ widget:set_image("/home/<username>/.config/awesome/volume-icons/" .. volumeLevel .. ".png")
+```
+
- include `volume.lua` and add volume widget to your wibox in rc.lua:
```
require("volume")