-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.i3status.conf
74 lines (61 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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 += "keyboard_layout"
order += "volume_status"
#order += "light"
order += "battery_level"
order += "sysdata"
order += "time"
keyboard_layout {
format = " {layout}"
}
volume_status {
button_up = 4
button_down = 5
button_mute = 2
thresholds = [
(0, "#FF0000"),
(10, "#E2571E"),
(20, "#FF7F00"),
(30, "#FFFF00"),
(40, "#00FF00"),
(50, "#96BF33"),
(60, "#0000FF"),
(70, "#4B0082"),
(80, "#8B00FF"),
(90, "#FFFFFF"),
(110, "#FF7F00"),
(120, "#E2571E"),
(130, "#FF0000")
]
format = " {percentage}%"
format_muted = " no musek"
}
light {
format = " {percentage}%"
}
battery_level {
blocks = ""
}
time {
format = " %m-%d %H:%M"
}
clock {
format = "{GMT}"
format_time = "{icon} %m-%d %H:%M"
}
sysdata {
format = " {cpu_temp}{temp_unit} {cpu_usage}% {mem_used_percent}%"
}
diskdata {
disk = "/dev/sda2"
format = "{used_percent}%"
}