From 7dc3c5d6f7acce7ca24062d1267d829480856569 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 6 Sep 2017 14:00:29 -0400 Subject: Update README.md --- volumebar-widget/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/volumebar-widget/README.md b/volumebar-widget/README.md index 5b9ec54..8254b49 100644 --- a/volumebar-widget/README.md +++ b/volumebar-widget/README.md @@ -1 +1,25 @@ +# Volumebar widget + +Almost the same as volume widget, but more minimalistic: + ![screenshot](out.gif) + +Supports + - scroll up - increase volume, + - scroll down - decrease volume, + - left click - mute/unmute. + + ## Installation + + Clone repo, include widget and use it in **rc.lua**: + + ```lua + require("volumebar") +... +s.mytasklist, -- Middle widget + { -- Right widgets + layout = wibox.layout.fixed.horizontal, + ... + volumebar_widget, + ... + ``` -- cgit v1.2.3