Wed, 18 Jun 2014 00:00:59 -0400
Oops, windows font specs are different
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 | |
71
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
12 | interval = 10 |
1 | 13 | } |
14 | ||
15 | order += "ethernet eth0" | |
16 | order += "load" | |
17 | order += "tztime local" | |
18 | ||
19 | wireless wlan0 { | |
20 | format_up = "W: (%quality at %essid) %ip" | |
21 | format_down = "W: down" | |
22 | } | |
23 | ||
24 | ethernet eth0 { | |
25 | # if you use %speed, i3status requires root privileges | |
30
55d119b276a4
Speed never available in VBox
Meredith Howard <mhoward@roomag.org>
parents:
1
diff
changeset
|
26 | format_up = "E: %ip" |
1 | 27 | format_down = "E: down" |
28 | } | |
29 | ||
30 | battery 0 { | |
31 | format = "%status %percentage %remaining" | |
71
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
32 | integer_battery_capacity = true |
1 | 33 | } |
34 | ||
71
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
35 | volume master { |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
36 | format = "♪ %volume" |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
37 | format_muted = "♪̶ %volume" |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
38 | device = "default" |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
39 | mixer = "Master" |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
40 | mixer_idx = 0 |
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
41 | } |
1 | 42 | run_watch DHCP { |
43 | pidfile = "/var/run/dhclient*.pid" | |
44 | } | |
45 | ||
46 | run_watch VPN { | |
47 | pidfile = "/var/run/vpnc/pid" | |
48 | } | |
49 | ||
50 | tztime local { | |
71
0be1b725711a
bring in changes from mhoward-lt
Meredith Howard <mhoward@roomag.org>
parents:
44
diff
changeset
|
51 | format = "%m-%d %H:%M" |
1 | 52 | } |
53 | ||
54 | load { | |
55 | format = "%1min" | |
56 | } | |
57 | ||
58 | disk "/" { | |
59 | format = "%avail" | |
60 | } |