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

jeffmhubbard/awful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &