.\" xacpi.1 -- .\" Created: Thu Jan 11 16:29:49 1996 by r.faith@ieee.org .\" Revised: Sun Apr 21 16:37:42 1996 by r.faith@ieee.org .\" Revised: Sun Jun 13 01:59:58 2004 by francois@fleuret.org .\" Revised: Wed Oct 13 18:33:12 2004 by francois@fleuret.org .\" Revised: Wed Dec 03 08:52:14 2004 by francois@fleuret.org .\" Copyright 1996 Rickard E. Faith (r.faith@ieee.org) .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" .TH XACPI 1 "June 2004" "" "" .SH NAME xacpi \- display Advanced Configuration and Power Interface (ACPI) BIOS information .SH SYNOPSIS .B xacpi [ ... ] .SH DESCRIPTION .B xacpi puts up an X window that displays, from left to right and optionally: the time and date, the AC state (L for line and B for battery), the battery charge (in percentage or remaining time for complete charge or discharge), a colored bar representing the same, the CPU temperature and the CPU frequency in Ghz. Clicking on the charge time will toggle the display between time and percentage, and clicking on the temperature will toggle between Celsius and Fahrenheit. .SH "OPTIONS AND RESOURCES" In addition to standard Xt options, the following options are available: .TP .B \-V Print the program version number and exit. .TP .B \-H Print a short help .TP .BI \-highcolor " color" The color of the bar when the battery percentage is above .IR highvalue . Defaults to "green". (*highColor) .TP .BI \-lowcolor " color" The color of the bar when the battery percentage is between .I lowvalue and .IR highvalue . Defaults to "yellow". (*lowColor) .TP .BI \-criticalcolor " color" The color of the bar when the battery percentage is below .IR lowvalue or the color of the temperature when higher then the critical temperature. Defaults to "red". This color is also used to flash the alphanumeric part of the display when the power status is critical. (*criticalColor) .TP .BI \-highvalue " highvalue" Set .IR highvalue . The default is 50. (*highValue) .TP .BI \-lowvalue " lowvalue" Set .IR lowvalue . The default is 10. (*lowValue) .TP .BI \-criticaltemperature " criticaltemperature" Set .IR criticaltemperature . If not set the default is 70C or 158F. (*criticalTemperature) .TP .BI \-chargingcolor " color" The color of the printed display when charging. The default is "blue". Use .B \-foreground to change the color used when on battery power. (*chargingColor) .TP .BI \-delay " delay" Sets the number of seconds delay between each update. The default is 1. (*delay) .TP .B \-percent Display percentage on startup, instead of time remaining. (*percent, boolean) .TP .B \-percentauto Swap automatically between displaying percentage and displaying the time remaining. When on AC power, display percentage, when on battery power, display the time remaining. (*percentAuto, boolean) .TP .B \-showbar Show the battery colored bar. (*showBar, boolean) .TP .B \-showdate Show the current time and date. (*showDate, boolean) .TP .B \-dateformat Specifies the format for the date (cf. strftime). Default is .I %a %b %e %H:%M:%S %Z %Y (*dateFormat). .TP .B \-showtemp Show the temperature (maximum among the sensors). (*showTemperature, boolean) .TP .B \-showcpufreq Show the CPU frequency (in Ghz). (*showCpufreq, boolean) .TP .B \-fahrenheit Display the temperature in Fahrenheit. (*fahrenheit, boolean) .TP .B \-acpidir Specifies the ACPI directory. Default is .I /proc/acpi (*acpiDir). .TP .B \-cpufreqdir Specifies the cpu frequency directory. Default is .I /sys/devices/system/cpu/cpu0/cpufreq (*cpuFreqDir). .SH BUGS When the battery percentage is low, using a bright color to warn you of impending doom may be futile because the bar is too short. Because of the form widget's desire to maintain proportions, dynamic resizing of the window may not do what you want it to do. .SH FILES .I /proc/acpi .SH AUTHOR This program is an extension of xapm, originally written by Rik Faith (faith@cs.unc.edu). The changes to xacpi were written by Francois Fleuret (francois@fleuret.org). Xacpi may be freely distributed under the terms of the GNU General Public License. There is ABSOLUTELY NO WARRANTY for this program. .SH "SEE ALSO" .BR acpi (1), .BR acpid (8), .BR strftime (3).