awesome-wm-widgets/volumebar-widget
Shaun Smiley f5599c693a
fix volumebar_widget require line in README
2019-02-08 08:21:21 -08:00
..
README.md fix volumebar_widget require line in README 2019-02-08 08:21:21 -08:00
out.gif Add files via upload 2017-09-06 13:53:06 -04:00
volumebar.lua refactor volumebar/arc widgets 2018-10-04 10:26:27 -04:00

README.md

Volumebar widget

Almost the same as volume widget, but more minimalistic:

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:

local volumebar_widget = require("awesome-wm-widgets.volumebar-widget.volumebar")
...
s.mytasklist, -- Middle widget
   { -- Right widgets
   	layout = wibox.layout.fixed.horizontal,
   	...
   	volumebar_widget,
   	...      

Troubleshooting

If the bar is not showing up, try to decrease top or bottom margin - widget uses hardcoded margins for vertical alignment, so if your wibox is too small then bar is simply hidden by the margins.