-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.i3status.conf
More file actions
48 lines (40 loc) · 834 Bytes
/
.i3status.conf
File metadata and controls
48 lines (40 loc) · 834 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
45
46
47
48
general {
colors = true
interval = 5
}
order += "disk /"
#order += "ethernet eth0"
order += "wireless wlan0"
order += "cpu_temperature 0"
order += "load"
order += "battery 0"
order += "time"
#order += "np"
wireless wlan0 {
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "%ip"
format_down = "IP: down"
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
time {
format = "week %V, %A, %d.%m.%Y %H:%M"
}
load {
format = "%5min"
}
cpu_temperature 0 {
format = "CPU: %degrees 'C"
path = "/sys/devices/platform/coretemp.0/temp1_input"
}
disk "/" {
format = "%free"
}
battery 0 {
format = "%percentage"
# do not show how worn the battery is
last_full_capacity = true
integer_battery_capacity = true
# path = "/sys/class/power_supply/BAT0/uevent"
}