awesome-wm-widgets/_widgets/volumearc-widget.md

29 lines
606 B
Markdown
Raw Normal View History

2018-09-15 23:33:42 +02:00
---
layout: page
---
# Volumearc widget
Almost the same as [volumebar widget](https://github.com/streetturtle/awesome-wm-widgets/tree/master/volumebar-widget), but using arcchart:
2018-09-20 01:59:07 +02:00
![screenshot]({{'/assets/img/screenshots/volumearc-widget.gif' | relative_url }})
2018-09-15 23:33:42 +02:00
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("volumearc")
...
s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
...
volumearc_widget,
...
```