dustin
/
i3
Archived
1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
i3/i3status

51 lines
757 B
Plaintext

general {
output_format = "i3bar"
colors = true
interval = 5
}
order += "color uname"
order += "color uptime"
order += "cpu_temperature 1"
order += "cpu_temperature 0"
order += "load"
order += "tztime local"
color uname {
color = "#444444"
uname {
format = "{release}"
cache_timeout = 86400
}
}
color uptime {
color = "#4682B4"
uptime {}
}
battery 0 {
format = "%status %percentage"
integer_battery_capacity = true
low_threshold = 20
threshold_type = percentage
}
cpu_temperature 0 {
format = "C: %degrees °C"
path = "/sys/class/hwmon/hwmon3/temp1_input"
}
cpu_temperature 1 {
format = "G: %degrees °C"
path = "/sys/class/hwmon/hwmon0/temp1_input"
}
load {
format = "%1min"
}
tztime local {
format = "%a %d %b %Y %H:%M:%S"
}