ba3cf2d15d465a0d519954ed1f0911f6ef1c2cfb
[dotfiles.git] / .config / i3status / config
1 general {
2 colors = true
3 interval = 5
4 }
5
6 order += "volume master"
7 order += "disk /"
8 order += "wireless wlp1s0"
9 order += "battery 0"
10 order += "tztime local"
11
12 volume master {
13 format = "♪: %volume"
14 format_muted = "♪: muted (%volume)"
15 device = "default"
16 mixer = "Master"
17 mixer_idx = 0
18 }
19
20 wireless wlp1s0 {
21 format_up = "W: (%quality) %ip"
22 format_down = "W: down"
23 }
24
25 battery 0 {
26 format = "%status %percentage (%remaining)"
27 format_down = "No Battery"
28 status_chr = "⚇ CHR"
29 status_bat = "⚡ BAT"
30 status_full = "☻ FULL"
31 hide_seconds = true
32 integer_battery_capacity = true
33 path = "/sys/class/power_supply/BAT%d/uevent"
34 low_threshold = 10
35 }
36
37 tztime local {
38 format = "⌚ %Y-%m-%d %H:%M:%S"
39 }
40
41 disk "/" {
42 format = "%free/%total free"
43 }