summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--VolumeWidget/README.md6
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6408f3..7c5a7a3 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
# AwesomeWM
+
+Some of my settings/widgets for Awesome which could be interesting for somebody.
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")