summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2017-02-01 21:45:25 -0500
committerstreetturtle <streetturtle@gmail.com>2017-02-01 21:45:25 -0500
commita660bf46551a5e188150af3e82bba018f4519543 (patch)
tree7df5a5e3ee0726091f5b54f88e092f1fc6ee94f1 /volume-widget/README.md
parentfa430134310cb6b3c98f445e423fa6095d800743 (diff)
parent51d92d5723e87814555989726829de740ac65fb9 (diff)
Merge branch 'master' of https://github.com/streetturtle/AwesomeWM
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index ca33a16..2006faa 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -1,8 +1,6 @@
# Volume widget
-Simple and easy-to-install widget for Awesome Window Manager.
-
-This widget represents the sound level: ![Volume Wiget](./vol-wid-1.png)
+Simple and easy-to-install widget for Awesome Window Manager which represents the sound level: ![Volume Wiget](./vol-widget-1.png)
Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
@@ -30,4 +28,4 @@ To be able to control volume level add following lines in shortcut section of th
```lua
awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),
awful.key({ modkey}, "]", function () awful.spawn("amixer -D pulse sset Master 5%+") end, {description = "decrease volume", group = "custom"}),
-``` \ No newline at end of file
+```