Foreground Image
Description
This patch lets you add a foreground image to your lock screen.
Configuration Options
imgpath
- is path to image to display, image must be xpm fileimgwidth
- width of the imageimgheight
- height of the imageimgoffsetx
- image offset from left sideimgoffsety
- image offset from top sideshowimgonlyatstart
- if set to 1 image will be shown only at the start (before tipying), if set to 0 image will be always shown
Xpm Image
Xpm image is bitmap image used by X Windows System. It's one of the few image formats that is supported by Xorg by default.
Convert jpg to xpm:
`
convert image.jpg -geometry 1920x1080 -colors 216 image.xpm
`
Notes
This is patch also hosted on my github.
Download
Authors
- Viliam Kováč - viliamkovac1223@gmail.com