jeffmhubbard / awful

:lock: i3lock wrapper with bar indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 &

About

:lock: i3lock wrapper with bar indicator

License:Other


Languages

Language:Shell 100.0%