Mon, 12 Jun 2017 18:20:55 -0400
Simplify directory setup
378
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | wireless wlan0 { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | format_up = "W: (%quality at %essid) %ip" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | format_down = "W: down" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
5 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
6 | ethernet eth0 { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
7 | # if you use %speed, i3status requires root privileges |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
8 | format_up = "E: %ip" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | format_down = "E: down" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
10 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
11 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
12 | battery 0 { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
13 | format = "%status %percentage %remaining" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
14 | integer_battery_capacity = true |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
15 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
16 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
17 | volume master { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
18 | format = "♪ %volume" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
19 | format_muted = "♪̶ %volume" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
20 | device = "default" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
21 | mixer = "Master" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
22 | mixer_idx = 0 |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
23 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
24 | run_watch DHCP { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
25 | pidfile = "/var/run/dhclient*.pid" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
26 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
27 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
28 | run_watch VPN { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
29 | pidfile = "/var/run/vpnc/pid" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
30 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
31 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
32 | tztime local { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
33 | format = "%m-%d %H:%M" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
34 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
35 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
36 | load { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
37 | format = "%1min" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
38 | } |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
39 | |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
40 | disk "/" { |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
41 | format = "%avail" |
e13ba40f4533
Break i3 and i3status configs into component files, to make local mods easier maybe
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
42 | } |