-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.i3status.conf
executable file
·96 lines (77 loc) · 1.76 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
general {
output_format = "i3bar"
colors = true
interval = 5
color_separator = "#3498db"
color_good = "#00aaa4"
color_degraded = "#f1c40f"
color_bad = "#f06070"
}
order += "keyboard_layout"
order += "loadavg"
order += "lm_sensors"
order += "do_not_disturb"
order += "apt_updates"
order += "frame network"
# order += "online_status"
# order += "wireless wlp0s20f3"
order += "battery 0"
order += "time"
order += "frame tztime"
time {
format = "%a %b %d %R"
}
battery 0 {
last_full_capacity = true
integer_battery_capacity = true
format = "%status %percentage (%remaining %consumption)"
threshold_type = percentage
low_threshold = 15
}
frame tztime {
format = '{button} {output}'
open=false
format_separator = ' ' # have space instead of usual i3bar separator
tztime ny {
format = "ny %H:%M"
timezone = "America/New_York"
}
tztime it {
format = "it %H:%M"
timezone = "Europe/Rome"
}
}
frame network {
format = '{output}'
format_separator = ' '
online_status {
color_on = true
}
wireless wlp0s20f3 {
format_up = "📶 %essid | %ip "
format_down = "📶: D"
}
# ethernet enx00e04c534458 {
# format_up = "🔗: %ip"
# format_down = "🔗: D"
# }
}
keyboard_locks {
color_good = "#D70751"
color_bad = "#696969"
}
diskdata {
format = "r:{read}, w:{write}, total:{total}"
}
lm_sensors {
format_chip = '[\?if=name=coretemp-isa-0000 CPU ]'
format_chip += '[\?if=name=nouveau-pci-0500 GPU ]'
format_chip += '{format_sensor}'
format_sensor = '\?color=auto.input {input}°C'
sensors = ['core*', 'temp*']
}
loadavg {
format = '[\?if=1avg>59 Loadavg [\?color=1avg {1min}] '
format += '[\?color=5avg {5min}] [\?color=15avg {15min}]]'
}
keyboard_layout {}