.i3/status.d/50-defs

changeset 613
f5936ac6faec
parent 611
f524f24b23dd
equal deleted inserted replaced
612:7b075a4427d8 613:f5936ac6faec
1 wireless wlan0 { 1 wireless _first_ {
2 format_up = "W: %ip %essid(%quality)" 2 format_up = "W: %ip %essid(%quality)"
3 format_down = "W: down" 3 format_down = "W: down"
4 } 4 }
5 5
6 ethernet eth0 { 6 ethernet _first_ {
7 # if you use %speed, i3status requires root privileges
8 format_up = "E: %ip" 7 format_up = "E: %ip"
9 format_down = "E: down" 8 format_down = "E: down"
10 } 9 }
11 10
12 battery 0 { 11 battery 0 {
19 format_muted = "♪̶ %volume" 18 format_muted = "♪̶ %volume"
20 device = "default" 19 device = "default"
21 mixer = "Master" 20 mixer = "Master"
22 mixer_idx = 0 21 mixer_idx = 0
23 } 22 }
24 run_watch DHCP {
25 pidfile = "/var/run/dhclient*.pid"
26 }
27
28 run_watch VPN {
29 pidfile = "/var/run/vpnc/pid"
30 }
31 23
32 tztime local { 24 tztime local {
33 format = "%m-%d %H:%M" 25 format = "%m-%d %H:%M"
34 } 26 }
35 27
37 format = "%1min" 29 format = "%1min"
38 } 30 }
39 31
40 disk "/" { 32 disk "/" {
41 format = "%avail" 33 format = "%avail"
34 prefix_type = "custom"
42 } 35 }

mercurial