.i3status.conf

branch
mhoward-lt
changeset 23
a61d6f99a162
parent 1
727a469263f2
child 49
126f4d05a213
equal deleted inserted replaced
22:96aa7ad42dfe 23:a61d6f99a162
7 # ß 7 # ß
8 # If the above line is not correctly displayed, fix your editor first! 8 # If the above line is not correctly displayed, fix your editor first!
9 9
10 general { 10 general {
11 colors = true 11 colors = true
12 interval = 5 12 interval = 10
13 } 13 }
14 14
15 order += "ethernet eth0" 15 order += "battery 0"
16 order += "load" 16 order += "load"
17 order += "tztime local" 17 order += "tztime local"
18 order += "volume master"
18 19
19 wireless wlan0 { 20 wireless wlan0 {
20 format_up = "W: (%quality at %essid) %ip" 21 format_up = "W: (%quality at %essid) %ip"
21 format_down = "W: down" 22 format_down = "W: down"
22 } 23 }
27 format_down = "E: down" 28 format_down = "E: down"
28 } 29 }
29 30
30 battery 0 { 31 battery 0 {
31 format = "%status %percentage %remaining" 32 format = "%status %percentage %remaining"
33 integer_battery_capacity = true
32 } 34 }
33 35
36 volume master {
37 format = "♪ %volume"
38 format_muted = "♪̶ %volume"
39 device = "default"
40 mixer = "Master"
41 mixer_idx = 0
42 }
34 run_watch DHCP { 43 run_watch DHCP {
35 pidfile = "/var/run/dhclient*.pid" 44 pidfile = "/var/run/dhclient*.pid"
36 } 45 }
37 46
38 run_watch VPN { 47 run_watch VPN {
39 pidfile = "/var/run/vpnc/pid" 48 pidfile = "/var/run/vpnc/pid"
40 } 49 }
41 50
42 tztime local { 51 tztime local {
43 format = "%Y-%m-%d %H:%M:%S" 52 format = "%Y-%m-%d %H:%M"
44 } 53 }
45 54
46 load { 55 load {
47 format = "%1min" 56 format = "%1min"
48 } 57 }

mercurial