This section lists various objects you can use in the layout portion of
your configuration file. Objects are enclosed in ${...}
. For
example, to display the amount of disk usage on sdcard you could say,
versus the amount of available space:
FS: ${fs_used /sdcard} / ${fs_size /sdcard}
Object | Parameters | Description |
---|---|---|
alignc |
Align the text to center. |
|
alignr |
Align the text to the right. |
|
battery |
Display current battery status and level. |
|
battery_bar |
Display a bar of the current battery level. |
|
battery_percent |
Display current battery level. |
|
color |
Change the current paint color to the default color. |
|
color |
(color) |
Change the current paint color to the value of color.
|
cpu |
Display the percentage of cpu usage. |
|
cpubar |
Display the percentage of cpu usage in a bar. |
|
cpubar |
Display the percentage of cpu usage in a bar. |
|
cpugraph |
(color1, color2) |
Display a historical graph of cpu usage.
|
cpugraph |
(hw, color1, color2) |
Display a historical graph of cpu usage.
|
downspeed |
(device) |
Display the download speed for a network interface.
|
downspeedgraph |
(device, hw, color1, color2) |
Display a historical graph of download speeds for a device.
|
font |
Reset to the current font. |
|
font |
(font) |
Change to the font described in font
|
freq |
Returns firts CPU's frequency in MHz. |
|
freq |
(cpuNum) |
Returns CPU n's frequency in MHz.
|
fs_bar |
(mountPoint) |
Display current file system usage in a usage bar.
|
fs_bar |
||
fs_free |
(mountPoint) |
Display available diskspace.
|
fs_size |
(mountPoint) |
Display disk size.
|
fs_used |
(mountPoint) |
Display the amount of disk usage.
|
fs_used_perc |
(mountPoint) |
Display the amount of disk usage.
|
goto |
(position) |
Change current horizontal location to postition
|
hr |
Draw a horizontal rule using the default line height. |
|
hr |
(lh) |
Draw a horizontal rule using a line height of lh.
|
image |
Draw a horizontal rule using the default line height. |
|
interval |
Changed the current update interval. |
|
kernel |
Display the kernel version. |
|
length |
(minLength, maxLength, object) |
Limit an objects output to a certain number of characters.
|
loadavg |
Display the 1, 5 and 15 minute load avgerage of jobs in the run queue. |
|
loadavg |
(idx) |
Display either 1, 5 or 15 minute load avgerage of jobs in the run queue.
|
machine |
Display the machine name |
|
mem |
Display memory used. |
|
membar |
Display memory used in a bar graph. |
|
membar |
(hw) |
Display memory used in a bar graph.
|
memmax |
Display the maximum available memory. |
|
memperc |
Display the percentage of memory being used. |
|
nodename |
Display the system name |
|
offset |
(pixels) |
Move text horizontally by N pixels
|
printf |
(format, objects) |
Accepts a format string and other text objects.
|
processes |
Display the total number of forks since boot. |
|
realtime |
Display the systems time since the system was booted, including deep sleep. |
|
running_processes |
Number of processes in runnable state. |
|
stippled_hr |
Draw a stippled horizontal rule with the default spacing. |
|
stippled_hr |
(spacing) |
Draw a stippled horizontal rule with the default spacing.
|
swap |
Display the amount of swap memory being used. |
|
swapbar |
Display swap memory used in a bar graph. |
|
swapbar |
(hw) |
Display swap used in a bar graph.
|
swapmax |
Display the maximum swap memory available. |
|
swapperc |
Display the percentage of swap memory being used. |
|
sysname |
Display the system name |
|
time |
(format) |
Prints the local time formatted according to parameter.
|
top |
(var, num) |
Display information about the top running processes. For example to display the top three processes, and their cpu usage:
|
top_mem |
(var, num) |
Display information about the top memory consuming processes. For example to display the top three processes, and their mem usage:
|
totaldown |
(device) |
Display the download speed for a network interface.
|
totalup |
(device) |
Display the download speed for a network interface.
|
upspeed |
(device) |
Display the upload speed for a network interface.
|
upspeedgraph |
(device, hw, color1, color2) |
Display a historical graph of upload speeds for a device.
|
uptime |
Display the systems uptime. On android this does not include when the system enters deep sleep. @see Realtime. |
|
vgoto |
(position) |
Change current vertical location to postition
|
voffset |
(pixels) |
Move text vertically by N pixels
|