HP ThinPro - Login Screen Customization
10
3. Enter the diagonal, partially transparent polygon:
polygon {
size: 100%×100%;
points: 0.0,0.8 0.0,1.0 0.2,1.0, 1.0,0.0;
color: ffffff; filled: true; alpha: 44;
}
4. Enter the image attribute for the ENERGY STAR logo in the lower-left corner:
image {
source: /usr/share/pixmaps/energy_star_logo-128x128.png; size: 100×100;
position: -100,-150; alignment: bottom right;
}
Dynamic text elements
Note
Available in HP ThinPro 6.0 or later.
HP ThinPro Background Manager can overlay text information on the desktop background using a simple interface. For
more customization, you can use dynamic text elements within the normal text elements in the bgConfig.rtf file.
To add dynamic text elements:
• In a normal text element, add a predefined dynamic text element. Dynamic text elements have two percentage signs on
either side.
For example, the text element “Your IP Address is %%IP%%” is resolved to something similar to “Your IP
Address is 192.168.1.1”.
The following dynamic text elements are predefined:
• %%hostname%%—Hostname of the thin client
• %%hostname_full%%—Fully qualified domain name of the thin client
• %%domainname%%—Domain name of the thin client
• %%IP%%—IP address of the thin client
• %%DHCP_server%%—DHCP server for the network
• %%DNS_server%%—DSN server for the network
• %%gateway%%—Gateway machine for the network
• %%boot_time%%—Date and time the thin client was last rebooted
• %%df%%—Amount of free disk space on the main USB drive partition
• %%network_speed%%—Speed of the network interface
• %%eth0_mac%%—MAC address of the wired network interface
• %%wlan0_mac%%—MAC address of the wireless network interface
• %%hw_model%%—Thin client model; for example, t620
• %%thinpro_version%%—Thin client software release; for example, 6.0.0
• %%time%%—Date and time the system information was last updated










