2009-05-01 15:53:27 +00:00
|
|
|
# Name of wlan/ethernet devices
|
2008-10-24 20:27:11 +00:00
|
|
|
wlan wlan0
|
|
|
|
eth eth0
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Path to wmii (not relevant for dzen mode)
|
2008-10-24 20:27:11 +00:00
|
|
|
wmii_path /mnt/wmii/rbar/
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Format of date/time, see strftime(3)
|
2008-10-24 20:27:11 +00:00
|
|
|
time_format %d.%m.%Y %H:%M:%S
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Use battery 0,f to use the last full capacity instead of the design capacity
|
|
|
|
battery 0
|
|
|
|
|
|
|
|
# Check if DHCP/VPN clients are running
|
2008-10-24 20:27:11 +00:00
|
|
|
run_watch DHCP /var/run/dhclient*.pid
|
|
|
|
run_watch VPN /var/run/vpnc/pid
|
2009-05-01 15:53:27 +00:00
|
|
|
|
2009-07-23 18:50:35 +00:00
|
|
|
order ipv6,run,wlan,eth,battery,cpu_temperature,load,time
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Specifies background and border color
|
2008-10-24 20:27:11 +00:00
|
|
|
normcolors #000000 #333333
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Enables colors
|
2008-10-24 20:27:11 +00:00
|
|
|
color
|
2009-05-01 15:53:27 +00:00
|
|
|
|
|
|
|
# Checks ethernet interface speed (this needs root privileges)
|
2008-11-30 00:46:01 +00:00
|
|
|
get_ethspeed
|
2009-05-22 19:24:28 +00:00
|
|
|
|
|
|
|
# Checks core temperature
|
|
|
|
get_cpu_temperature
|
2009-07-23 18:50:35 +00:00
|
|
|
|
|
|
|
# Get IPv6 public address
|
|
|
|
get_ipv6
|