Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 675 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 675 Bytes

gobo-awesome-screenlock

A screenlock widget for Awesome WM, designed for http://gobolinux.org.

Requirements

Installing

luarocks install gobo-awesome-screenlock

Using

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)