-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathi3status.conf
More file actions
44 lines (36 loc) · 815 Bytes
/
i3status.conf
File metadata and controls
44 lines (36 loc) · 815 Bytes
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
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
interval = 5
}
order += "cpu_usage"
order += "load"
order += "cpu_temperature 0"
order += "battery 0"
order += "tztime local"
cpu_usage {
format = "%usage"
}
load {
format = "%1min"
}
cpu_temperature 0 {
format = "%degrees ℃"
}
battery 0 {
format = "%status %percentage %remaining"
path = "/sys/class/power_supply/BAT1/uevent"
status_chr = "⚇"
status_bat = "⚡"
status_full = "☻"
hide_seconds = true
integer_battery_capacity = true
}
tztime local {
format = "%Y-%m-%d %H:%M"
}