├── README.md ├── lock.sh └── scripts ├── disperse ├── frosted ├── glasseffects ├── kaleidoscope ├── pixelize ├── polar ├── screeneffects └── stainedglass /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/README.md -------------------------------------------------------------------------------- /lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/lock.sh -------------------------------------------------------------------------------- /scripts/disperse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/disperse -------------------------------------------------------------------------------- /scripts/frosted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/frosted -------------------------------------------------------------------------------- /scripts/glasseffects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/glasseffects -------------------------------------------------------------------------------- /scripts/kaleidoscope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/kaleidoscope -------------------------------------------------------------------------------- /scripts/pixelize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/pixelize -------------------------------------------------------------------------------- /scripts/polar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/polar -------------------------------------------------------------------------------- /scripts/screeneffects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/screeneffects -------------------------------------------------------------------------------- /scripts/stainedglass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisetheridge/lockscreen-magick/HEAD/scripts/stainedglass --------------------------------------------------------------------------------