HP ThinPro - Login Screen Customization

8
shadow-offset
Note
Available in HP ThinPro 6.0 or later.
Parameter: X or X,Y, where the numbers are the offset in percentage of text height
Example: shadow-offset: 4;
Example: shadow-offset: 5,3;
Default: 0
Use: Specifies an offset to draws the text in the shadow-color value underneath the main text, if not zero. If only one
offset is specified, it is used for both X and Y. If both offsets are zero, no shadow is drawn.
tileset
Note
Available in HP ThinPro 6.2 or later.
Use: Specifies a set of adjacent images to use as the desktop background.
Common attributes recognized: name
nameSpecificies the set of images to be scaled and cropped a to the layout and size of the monitors to fill the desktop
background without distortion of the images (as best as possible).
For instance, if _0_0, _1_0, and _2_0 tiles are provided, but only two monitors of roughly the same aspect ratio of the
images are connected to the computer, the _0_0 and _1_0 images are conjoined, scaled upward (if necessary), and
cropped to match the desktop. A tileset can only be used at the base of the background image; it cannot be
superimposed over other content.
Custom attributes:
source-list
Parameter: A set of file paths, each with a _x_y-type suffix
Example: source-list: /usr/share/wallpaper/mybackground_0_0.jpg,
/usr/share/wallpaper/mybackground_1_0.jpg,
/usr/share/wallpaper/mybackground_0_1.jpg,
/usr/share/wallpaper/mybackground_1_1.jpg
Use: Specifies the absolute path to the set of image files. Many file formats are supported, including PNG, JPEG, and GIF.
Each file must have a _x_y-type suffix, starting with _0_0, to specify the image tile position relative to the other tiles. For
example, the suffix _2_1.png means that the file image is displayed as the third tile to the right and the second tile above
the _0_0 tile. All images must be of the same type and size.