diff options
author | streetturtle <streetturtle@gmail.com> | 2015-07-18 10:12:11 +0200 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2015-07-18 10:12:11 +0200 |
commit | b934547d383e6d21b06fa11e024aad880f38db54 (patch) | |
tree | 76508c6ccb2bcbbfd556b0936303449509648d34 /VolumeWidget/README.md | |
parent | b7f23fa80da1569a5a4580b9bdbd6cda29702088 (diff) | |
parent | 53af2779017f9aa6da219ed61123d5933881ceb1 (diff) |
Merge branch 'master' of https://github.com/streetturtle/AwesomeWM
Diffstat (limited to 'VolumeWidget/README.md')
-rw-r--r-- | VolumeWidget/README.md | 6 |
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") |