A screenlock widget for Awesome WM, designed for http://gobolinux.org.
- Awesome 3.5+
- XSecureLock
- XSS-Lock
luarocks install gobo-awesome-screenlock
Require the module:
local screenlock = require("gobo.awesome.screenlock")
Create the widget with screenlock.new()
:
local screenlock_widget = screenlock.new()
Then add it to your layout.
In a typical rc.lua
this will look like this:
right_layout:add(screenlock_widget)