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 = 3
12 }
14 order += "ipv6"
15 order += "disk /"
16 order += "disk /home"
17 order += "run_watch S"
18 order += "run_watch D"
19 order += "ethernet tun0"
20 order += "ethernet eth0"
21 order += "wireless wlan0"
22 #order += "battery 1"
23 #order += "battery 0"
24 #order += "battery 2"
25 order += "battery all"
26 order += "cpu_usage"
27 order += "volume master"
28 order += "tztime local"
29 order += "run_watch DB"
31 run_watch S {
32 pidfile = "/home/xhr/.screensaver-enabled.lock"
33 format_down = ""
34 }
36 run_watch DB {
37 pidfile = "/home/dropbox/.dropbox/dropbox.pid"
38 format_down = ""
39 }
41 ipv6 {
42 format_up = "%ip"
43 format_down = ""
44 }
46 ethernet tun0 {
47 format_up = "V: %ip"
48 format_down = ""
49 }
51 wireless wlan0 {
52 format_up = "W: (%quality at %essid, %bitrate) %ip"
53 format_down = ""
54 }
56 ethernet eth0 {
57 # if you use %speed, i3status requires root privileges
58 format_up = "E: %ip (%speed)"
59 #format_up = "E: %ip"
60 format_down = ""
61 }
63 battery 2 {
64 integer_battery_capacity = true
65 last_full_capacity = true
66 path = "/home/xhr/.uevent"
67 format = "%status %percentage %remaining"
68 status_chr = "CHR"
69 status_bat = "BAT"
70 status_full = "FULL"
71 threshold_type = percentage
72 low_threshold = 20
73 }
75 battery all {
76 format = "%status %percentage %remaining"
77 format_down = "No battery"
78 integer_battery_capacity = true
79 status_chr = "CHR"
80 status_bat = "BAT"
81 status_full = "FULL"
82 threshold_type = percentage
83 low_threshold = 10
84 path = "/sys/class/power_supply/BAT%d/uevent"
85 }
87 battery 0 {
88 format = "%status %percentage %remaining"
89 format_down = "No battery"
90 integer_battery_capacity = true
91 status_chr = "CHR"
92 status_bat = "BAT"
93 status_full = "FULL"
94 threshold_type = percentage
95 low_threshold = 10
96 path = "/sys/class/power_supply/BAT%d/uevent"
97 }
99 battery 1 {
100 format = "%status %percentage %remaining"
101 format_down = "No battery"
102 integer_battery_capacity = true
103 status_chr = "CHR"
104 status_bat = "BAT"
105 status_full = "FULL"
106 threshold_type = percentage
107 low_threshold = 20
108 path = "/sys/class/power_supply/BAT%d/uevent"
111 run_watch D {
112 pidfile = "/run/dhcpcd*.pid"
113 format_down = ""
116 tztime local {
117 format = "%Y-%m-%d %H:%M (CW %V)"
120 disk "/" {
121 format = "r: %avail"
122 low_threshold = 2
123 threshold_type = gbytes_avail
126 disk "/home" {
127 format = "h: %avail"
128 low_threshold = 5
129 threshold_type = gbytes_avail
132 volume master {
133 format = "♪: %volume"
134 format_muted = "♪: muted (%volume)"
135 device = "default"
136 mixer = "Master"
137 mixer_idx = 0