27 format_down = "E: down" |
27 format_down = "E: down" |
28 } |
28 } |
29 |
29 |
30 battery 0 { |
30 battery 0 { |
31 format = "%status %percentage %remaining" |
31 format = "%status %percentage %remaining" |
|
32 integer_battery_capacity = true |
32 } |
33 } |
33 |
34 |
|
35 volume master { |
|
36 format = "♪ %volume" |
|
37 format_muted = "♪̶ %volume" |
|
38 device = "default" |
|
39 mixer = "Master" |
|
40 mixer_idx = 0 |
|
41 } |
34 run_watch DHCP { |
42 run_watch DHCP { |
35 pidfile = "/var/run/dhclient*.pid" |
43 pidfile = "/var/run/dhclient*.pid" |
36 } |
44 } |
37 |
45 |
38 run_watch VPN { |
46 run_watch VPN { |
39 pidfile = "/var/run/vpnc/pid" |
47 pidfile = "/var/run/vpnc/pid" |
40 } |
48 } |
41 |
49 |
42 tztime local { |
50 tztime local { |
43 format = "%Y-%m-%d %H:%M" |
51 format = "%m-%d %H:%M" |
44 } |
52 } |
45 |
53 |
46 load { |
54 load { |
47 format = "%1min" |
55 format = "%1min" |
48 } |
56 } |