-
Notifications
You must be signed in to change notification settings - Fork 0
/
i3status.conf
113 lines (98 loc) · 2.84 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# i3status configuration file.
# see "man i3status" for documentation.
# color_good = "#00e6ac"
# color_bad = "#ff0000"
# color_degraded = "#ffff66"
# 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 {
output_format = "i3bar"
colors = true
#color_good = "#2E588E"
#color_degraded = "#FFFF00"
#color_bad = "#FF0000"
interval = 1
"markup"="pango"
}
order += "disk /"
#order += "wireless _first_"
#order += "ethernet _first_"
#order += "battery all"
#order += "battery all"
#order += "load"
#order += "cpu_temperature 0"
#order += "cpu_temperature 1"
#order += "cpu_temperature 2"
#order += "cpu_temperature 3"
#order += "cpu_temperature 4"
order += "volume master"
order += "tztime local"
ipv6 {
format_up = "%ip"
format_down = ""
}
wireless _first_ {
# format_up = "W: (%quality at %essid) %ip"
# format_down = "W: down"
format_up = "<span color='#FFFFFF'>[ ]: On: %essid (%quality) %ip</span>"
format_down = "" #"[ ] Wifi: down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = "<span color='#FFFFFF'>%ip | %speed </span>"
format_down = " no lan "
}
battery all {
format = "<span color='#FEFF72'> %status: %percentage </span>" // %remaining %emptytime"
format_down = "No battery"
#'#fa4c7e'
status_chr = "<span color='#00e64d'>[ ] </span> "
status_bat = "<span color='#8080ff' >[ ] </span>"
status_unk = "[? ukwn ] "
status_full = "<span color='#66FF99'> [ ] </span>"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
# last_full_capacity = true
hide_seconds = true
integer_battery_capacity = true
}
tztime local {
format = "◔ %H:%M:%S | %a. %d.%m.%Y "
locale = "de_DE.UTF-8"
}
load {
format = "%1min"
}
cpu_temperature 0 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
}
cpu_temperature 1 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp2_input"
}
cpu_temperature 2 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp3_input"
}
cpu_temperature 3 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp4_input"
}
cpu_temperature 4 {
format = "T: %degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp5_input"
}
disk "/" {
# format = " hdd %avail "
format = " ⛁ %avail "
}
volume master {
format = "<span color='#FFFFFF'>[VOL]: %volume </span>"
format_muted = "<span color='#cfafc8'>[ ]: muted (%volume) </span>"
device = "default"
mixer = "Master"
mixer_idx = 0
}