Update README.md

This commit is contained in:
streetturtle 2017-09-06 14:00:29 -04:00 committed by GitHub
parent cfba7aace4
commit 7dc3c5d6f7
1 changed files with 24 additions and 0 deletions

View File

@ -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,
...
```