diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-05-01 17:53:27 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2009-05-01 17:53:27 +0200 |
commit | b7bf1dd7220f73b0d27e94e69099d14064b14661 (patch) | |
tree | c6bbfb9fff90c9085419ee53bc70ebb9e662f587 /i3status.conf | |
parent | ac39765685d9a28cd86a233d171f7278f331ef09 (diff) |
Implement flags for batteries to use the last full capacity. This breaks configfiles.
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index ef0a5cf..4b204b0 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,11 +1,27 @@ +# Name of wlan/ethernet devices wlan wlan0 eth eth0 + +# Path to wmii (not relevant for dzen mode) wmii_path /mnt/wmii/rbar/ + +# Format of date/time, see strftime(3) time_format %d.%m.%Y %H:%M:%S -battery_path /sys/class/power_supply/BAT0/uevent + +# Use battery 0,f to use the last full capacity instead of the design capacity +battery 0 + +# Check if DHCP/VPN clients are running run_watch DHCP /var/run/dhclient*.pid run_watch VPN /var/run/vpnc/pid + order run,wlan,eth,battery,load,time + +# Specifies background and border color normcolors #000000 #333333 + +# Enables colors color + +# Checks ethernet interface speed (this needs root privileges) get_ethspeed |