-
Notifications
You must be signed in to change notification settings - Fork 0
/
i3status.conf
45 lines (38 loc) · 1.06 KB
/
i3status.conf
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
# 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!
#
# https://i3wm.org/docs/i3status.html
# Spaces at the start and end are intentional. The separator isn't very clear.
general {
colors = false
interval = 5
}
order += "wireless _first_"
order += "battery all"
order += "memory"
order += "tztime local"
wireless _first_ {
format_up = " WiFi: %ip at %essid "
format_down = " WiFi: down "
}
battery all {
format = " %status %percentage - %remaining remaining "
status_chr = "⚡ CHARGING"
status_bat = "BATT:"
status_unk = "? UNK"
low_threshold = 10
last_full_capacity = true
format_percentage = "%.00f%s"
}
memory {
format = " RAM: %available of %total "
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = " %Y-%m-%d %H:%M"
}