.i3status.conf

changeset 71
0be1b725711a
parent 44
821ebedc5f10
child 76
6dbcadb01380
equal deleted inserted replaced
69:b33d2188bfb9 71:0be1b725711a
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 += "ethernet eth0"
16 order += "load" 16 order += "load"
17 order += "tztime local" 17 order += "tztime local"
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 }

mercurial