Blob


1 # i3status configuration file.
2 # see "man i3status" for documentation.
4 # It is important that this file is edited as UTF-8.
5 # The following line should contain a sharp s:
6 # ß
7 # If the above line is not correctly displayed, fix your editor first!
9 general {
10 colors = true
11 interval = 5
12 output_format="i3bar"
13 }
15 order += "ipv6"
16 order += "disk /home"
17 #order += "disk /usr"
18 #order += "disk /usr/local"
19 #order += "run_watch D"
20 order += "ethernet lo1"
21 order += "ethernet iwx0"
22 #order += "ethernet em0"
23 order += "wireless iwx0"
24 order += "battery all"
25 order += "cpu_usage"
26 order += "volume master"
27 order += "tztime local"
29 ipv6 {
30 format_up = "%ip"
31 format_down = ""
32 }
34 ethernet lo1 {
35 format_up = "V: %ip"
36 format_down = "V"
37 }
39 ethernet iwx0 {
40 format_up = "I: %ip"
41 format_down = "I"
42 }
44 wireless iwx0 {
45 #format_up = "W: (%quality at %essid, %bitrate)"
46 format_up = "W: %essid,%signal"
47 format_down = "W"
48 }
50 ethernet em0 {
51 # if you use %speed, i3status requires root privileges
52 format_up = "E: up"
53 #format_up = "E: %ip"
54 format_down = "E"
55 }
57 battery all {
58 format = "%status %percentage %remaining, %consumption"
59 format_down = "No battery"
60 integer_battery_capacity = true
61 status_chr = "CHR"
62 status_bat = "BAT"
63 status_full = "FULL"
64 threshold_type = percentage
65 low_threshold = 10
66 path = "/sys/class/power_supply/BAT%d/uevent"
67 }
69 run_watch D {
70 pidfile = "/var/db/dhclient.leases.*"
71 format_down = ""
72 }
74 tztime local {
75 format = "%Y-%m-%d %H:%M (CW %V) "
76 }
78 disk "/usr" {
79 format = "u: %avail"
80 low_threshold = 2
81 threshold_type = gbytes_avail
82 }
84 disk "/usr/local" {
85 format = "l: %avail"
86 low_threshold = 2
87 threshold_type = gbytes_avail
88 }
90 disk "/home" {
91 format = "h: %avail"
92 low_threshold = 5
93 threshold_type = gbytes_avail
94 }
96 volume master {
97 format = "M: %volume"
98 format_muted = "M: muted (%volume)"
99 device = "default"
100 mixer = "Master"
101 mixer_idx = 0