dotfiles/.config/.i3status

55 lines
1.0 KiB
Plaintext

# 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 = false
interval = 5
}
order += "disk /home/"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "cpu_temperature 0"
order += "load"
order += "tztime utc"
order += "tztime local"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
battery all {
format = "%status %percentage %remaining"
last_full_capacity = true
hide_seconds = false
}
tztime utc {
format = "%H:%M"
timezone = "Etc/UTC"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "%1min"
}
cpu_temperature 0 {
format = "%degrees C"
path = "/sys/class/thermal/thermal_zone0/temp"
}
disk "/home/" {
format = "%avail"
}