Documentation++ & fixed small mistake

This commit is contained in:
id101010
2016-10-17 14:26:09 +02:00
parent 79e576a45e
commit 29a8fc3597
8 changed files with 107 additions and 26 deletions

View File

@@ -1,4 +1,20 @@
#!/usr/bin/python2
###############################
# _ ____ _ _ #
# (_)___ \| | | | #
# _ __) | |__ | |_ _ _ __ #
# | ||__ <| '_ \| | | | | '__|#
# | |___) | |_) | | |_| | | #
# |_|____/|_.__/|_|\__,_|_| #
# #
###############################
"""
A simple python script that takes a
screenshot, blurs it and invokes i3lock.
"""
import gtk.gdk
import os, sys
from PIL import ImageFilter