summaryrefslogtreecommitdiff
path: root/VolumeWidget/README.md
diff options
context:
space:
mode:
authorPavel Makhov <pavel.makhov@cern.ch>2015-08-29 09:18:39 +0200
committerPavel Makhov <pavel.makhov@cern.ch>2015-08-29 09:18:39 +0200
commitfa9e92be981230517f19fea2a2ed2c9a1d228d29 (patch)
treeb43ab38751cda903ee5bb0737ef07fba5eef1e96 /VolumeWidget/README.md
parent1c457ea987c06db8e3d6965906ed3d98cf68dabc (diff)
parent21c929ce206f3bdd8cbf0ef57a3b839ed62d725b (diff)
Merge branch 'master' of https://github.com/streetturtle/AwesomeWM
Diffstat (limited to 'VolumeWidget/README.md')
-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..312fa4d 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")