i3-config/i3status.conf

72 lines
1.5 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 = true
interval = 1
color_good = "#A6E22E"
color_degraded = "#FD971F"
color_bad = "#ff1a1a"
}
order += "disk /home"
order += "wireless _first_"
order += "ethernet _first_"
order += "cpu_temperature 0"
order += "cpu_usage"
order += "battery all"
order += "tztime local"
order += "volume master"
wireless _first_ {
format_up = " %quality sur %essid (%frequency) - %ip"
format_down = ""
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " %ip (%speed)"
format_down = ""
}
battery all {
hide_seconds = true
threshold_type = percentage
format = "%status %remaining (%consumption)"
format_down = ""
status_chr = ""
status_bat = " "
status_unk = ""
status_full = ""
low_threshold = 15
}
tztime local {
format = " %A %d/%m %H:%M"
}
cpu_usage {
format = " %usage"
}
cpu_temperature 0 {
format = " %degrees°C"
max_threshold = "75"
}
disk "/home" {
format = " %avail / %total (%percentage_avail)"
}
volume master {
format = " %volume"
format_muted = " %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}