From c2617a059f8a226ff3028ec03f8fed00b5c3f026 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Tue, 14 Jul 2015 09:04:27 +0200 Subject: update readme --- VolumeWidget/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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//.config/awesome/volume-icons/" .. volumeLevel .. ".png") +``` + - include `volume.lua` and add volume widget to your wibox in rc.lua: ``` require("volume") -- cgit v1.2.3 From 8887e19b5db55c8ef3efe7a47e29bc96127d0896 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Tue, 14 Jul 2015 09:04:53 +0200 Subject: Update README.md --- VolumeWidget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VolumeWidget/README.md b/VolumeWidget/README.md index 651bd2d..312fa4d 100644 --- a/VolumeWidget/README.md +++ b/VolumeWidget/README.md @@ -10,7 +10,7 @@ This widget represents the sound level: ![Volume Wiget](./volWid.png) - change path to the icons in `volume.lua`: ``` - widget:set_image("/home//.config/awesome/volume-icons/" .. volumeLevel .. ".png") +widget:set_image("/home//.config/awesome/volume-icons/" .. volumeLevel .. ".png") ``` - include `volume.lua` and add volume widget to your wibox in rc.lua: -- cgit v1.2.3 From 53af2779017f9aa6da219ed61123d5933881ceb1 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Thu, 16 Jul 2015 13:09:42 +0200 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3