Skip to content

glindstedt/xwobf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xwobf

A simple program that takes a screenshot of your desktop and obscures all visible windows. It is intended for use with programs such as i3lock to dynamically generate a lockscreen.

Usage

The program takes a filename argument. The filename should end with a .png, .jpg or equivalent suffix. The -s (--size) argument lets you set the radius of the pixellation effect, and the -f (--fuzzy) option blurs the resulting image.

Example lock script using i3lock

#!/bin/bash
# xwobf -s 5 -f /tmp/.i3lock.png
xwobf /tmp/.i3lock.png
i3lock -i /tmp/.i3lock.png

Credit

All credit for the idea belongs to Airblader and his gist.

License

MIT

About

X Window Obfuscator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •