awesome-wm-widgets/volumearc-widget
Pavel Makhov 46541730eb refactor volumebar/arc widgets 2018-10-04 10:26:27 -04:00
..
README.md volumearc widget 2017-10-09 16:20:20 -04:00
out.gif volumearc widget 2017-10-09 16:20:20 -04:00
volumearc.lua refactor volumebar/arc widgets 2018-10-04 10:26:27 -04:00

README.md

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