summaryrefslogtreecommitdiff
path: root/desktop/.config/i3status/config
blob: c5f93aa201e74b2fca17143eb574081ab9a33731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
order += "wireless wlan0"
order += "battery 1"
order += "cpu_temperature 0"
order += "cpu_usage"
order += "load"
order += "tztime local"
order += "volume master"

wireless wlan0 {
	format_up = "%ip @ %essid (%quality)"
	format_down = "W: down"
}

battery 1 {
	format = "%status %percentage %remaining"
	format_down = "No battery"
	hide_seconds = true
	path = "/sys/class/power_supply/BAT%d/uevent"
	low_threshold = 15
	integer_battery_capacity = true
	status_chr = "CHR"
	status_bat = "BAT"
	status_full = "FULL"
}

tztime local {
	format = "%Y-%m-%d %H:%M"
}

load {
	format = "%1min"
}

cpu_temperature 0 {
	format = "%degrees °C"
	max_threshold = 65
}

volume master {
	format = "♪: %volume"
	format_muted = "♪: %volume [M]"
	device = "default"
	mixer = "Master"
	mixer_idx = 0
}