mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
.. | ||
out.gif | ||
README.md | ||
volumearc.lua |
Volumearc widget
Almost the same as volumebar widget, but using arcchart:
Supports:
- scroll up - increase volume,
- scroll down - decrease volume,
- left click - mute/unmute.
Installation
Clone repo, include widget and use it in rc.lua:
require("volumearc")
...
s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
...
volumearc_widget,
...