Fri, 13 Jun 2014 10:34:30 -0400
add private bin/ to path, run urxvtd and xcompmgr always if available
1 | 1 | |
2 | # i3status configuration file. | |
3 | # see "man i3status" for documentation. | |
4 | ||
5 | # It is important that this file is edited as UTF-8. | |
6 | # The following line should contain a sharp s: | |
7 | # ß | |
8 | # If the above line is not correctly displayed, fix your editor first! | |
9 | ||
10 | general { | |
11 | colors = true | |
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
12 | interval = 10 |
1 | 13 | } |
14 | ||
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
15 | order += "battery 0" |
1 | 16 | order += "load" |
17 | order += "tztime local" | |
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
18 | order += "volume master" |
1 | 19 | |
20 | wireless wlan0 { | |
21 | format_up = "W: (%quality at %essid) %ip" | |
22 | format_down = "W: down" | |
23 | } | |
24 | ||
25 | ethernet eth0 { | |
26 | # if you use %speed, i3status requires root privileges | |
27 | format_up = "E: %ip (%speed)" | |
28 | format_down = "E: down" | |
29 | } | |
30 | ||
31 | battery 0 { | |
32 | format = "%status %percentage %remaining" | |
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
33 | integer_battery_capacity = true |
1 | 34 | } |
35 | ||
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
36 | volume master { |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
37 | format = "♪ %volume" |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
38 | format_muted = "♪̶ %volume" |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
39 | device = "default" |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
40 | mixer = "Master" |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
41 | mixer_idx = 0 |
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
42 | } |
1 | 43 | run_watch DHCP { |
44 | pidfile = "/var/run/dhclient*.pid" | |
45 | } | |
46 | ||
47 | run_watch VPN { | |
48 | pidfile = "/var/run/vpnc/pid" | |
49 | } | |
50 | ||
51 | tztime local { | |
23
a61d6f99a162
Create branch mhoward-lt for host-specific stuff
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
52 | format = "%Y-%m-%d %H:%M" |
1 | 53 | } |
54 | ||
55 | load { | |
56 | format = "%1min" | |
57 | } | |
58 | ||
59 | disk "/" { | |
60 | format = "%avail" | |
61 | } |