awesome-wm-widgets/volumearc-widget
2017-12-09 14:39:46 -05:00
..
out.gif volumearc widget 2017-10-09 16:20:20 -04:00
README.md volumearc widget 2017-10-09 16:20:20 -04:00
volumearc.lua Possible fix for the memory leak (issue #11) 2017-12-09 14:39:46 -05:00

Volumearc widget

Almost the same as volumebar widget, but using arcchart:

screenshot

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