-
Notifications
You must be signed in to change notification settings - Fork 3
/
Ghoster.ini
29 lines (28 loc) · 1.04 KB
/
Ghoster.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
;Ghoster.ini
;backcolor=000000-FFFFFF or leave blank to speed up screen redraw.
;image= Path to image or leave blank to speed up screen redraw.
;x=any number or blank Moves the image to the right.
;y=any number or blank Moves the image down.
;width=any number or blank Makes the image wider.
;height=any number or blank Makes the image taller.
;stretchwidth=1 or 0 Makes the image fill the width of the screen.
;stretchheight=1 or 0 Makes the image fill the height of the screen.
;keepaspect=1 Keeps the image from distorting.
;transparency=0-255 Makes the ghosting more or less translucent.
;jump=1 or 0 Makes the active window show through the ghosting.
;showdesktop=1 or 0 Removes the ghosting when the desktop is active.
;showontop=1 or 0 Removes ghosting from ontop windows like the taskbar.
[Settings]
backcolor=000000
image=C:\Windows\Bubbles.bmp
x=
y=
width=
height=
stretchwidth=1
stretchheight=1
keepaspect=1
transparency=150
jump=1
showdesktop=1
showontop=0