summaryrefslogtreecommitdiff
path: root/VolumeWidget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2017-01-30 21:38:50 -0500
committerstreetturtle <streetturtle@gmail.com>2017-01-30 21:38:50 -0500
commit2c387ecc1049454aa1d37d093e37e2b8e37aecf3 (patch)
tree700c11c23686a1ccc2c2e71dd1fcd8677b65809b /VolumeWidget/README.md
parenta079c79ab81a4bc2f7cf7971db6373fefe1e6110 (diff)
new widgets added
Diffstat (limited to 'VolumeWidget/README.md')
-rw-r--r--VolumeWidget/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/VolumeWidget/README.md b/VolumeWidget/README.md
deleted file mode 100644
index 312fa4d..0000000
--- a/VolumeWidget/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-## Volume widget
-Simple and easy-to-install widget for Awesome Window Manager.
-
-This widget represents the sound level: ![Volume Wiget](./volWid.png)
-
-## Installation
-
-- 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")
-...
-right_layout:add(volumeWidget)
-```