A Bluetooth widget for Awesome WM.
- Awesome 3.5+
- Bluez
The easiest way to install it is via LuaRocks:
luarocks install gobo-awesome-bluetooth
Require the module:
local bluetooth = require("gobo.awesome.bluetooth")
Create the widget with bluetooth.new()
and add to your layout.
In a typical rc.lua
this will look like this:
right_layout:add(bluetooth.new())