awesome-wm-widgets/VolumeWidget
streetturtle 99d8fdc9b3 Readme 2015-07-13 23:07:30 +02:00
..
volume-icons Volume widget 2015-07-13 22:56:52 +02:00
README.md Readme 2015-07-13 23:07:30 +02:00
volWid.png Readme 2015-07-13 23:07:30 +02:00
volume.lua Readme 2015-07-13 23:07:30 +02:00

README.md

Volume widget

Simple and easy-to-install widget for Awesome Window Manager.

This widget represents the sound level: Volume Wiget

Installation

  • clone/copy volume.lua file and volume-icons folder to your ~/home/username/.config/awesome/ folder;

  • include volume.lua and add volume widget to your wibox in rc.lua:

require("volume")
...
right_layout:add(volumeWidget)