Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (47 loc) · 1.18 KB

README.md

File metadata and controls

59 lines (47 loc) · 1.18 KB

awful

Awful lock screen; another i3lock wrapper

Lock Lock with cached image

Capture Lock with screen capture

Features

  • Cache image with blur and vignette effects
  • Capture screenshot with blur and vignette effects
  • Lock screen

Requirements

Installation

git clone https://github.com/jeffmhubbard/awful
cd awful
sudo install -Dm 755 awful /usr/bin/awful

Configuration

Copy the example config to ~/.config/awful/config. Edit.

Usage

Update image cache:

awful --update PATH

PATH to wallpaper image.

Lock screen:

awful --lock

Capture screen and lock:

awful --capture

Additional arguments:

awful -l -- --indicator

Tips

Use xss-lock

xset s 600 180 &
xss-lock -l -- awful --lock &