2018-06-19 14:48:24 +02:00
|
|
|
|
# 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 = 5
|
2018-06-20 11:56:20 +02:00
|
|
|
|
separator = " | "
|
|
|
|
|
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
order += "ipv6"
|
|
|
|
|
order += "disk /"
|
|
|
|
|
order += "disk /home"
|
|
|
|
|
order += "wireless _first_"
|
|
|
|
|
order += "ethernet _first_"
|
|
|
|
|
order += "battery all"
|
|
|
|
|
order += "volume master"
|
|
|
|
|
order += "load"
|
|
|
|
|
order += "cpu_usage"
|
|
|
|
|
order += "tztime local"
|
|
|
|
|
|
|
|
|
|
wireless _first_ {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format_up = " (%quality at %essid) %ip"
|
|
|
|
|
format_down = " down"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ethernet _first_ {
|
|
|
|
|
# if you use %speed, i3status requires root privileges
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format_up = " %ip (%speed)"
|
|
|
|
|
format_down = " down"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
battery all {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %status %percentage %remaining"
|
|
|
|
|
status_full = " "
|
|
|
|
|
status_bat = " "
|
|
|
|
|
status_chr = " "
|
|
|
|
|
status_unk = " "
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
volume master {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %volume"
|
|
|
|
|
format_muted = " muted (%volume)"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
device = "default"
|
|
|
|
|
mixer = "Master"
|
|
|
|
|
mixer_idx = 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tztime local {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %Y-%m-%d %H:%M:%S"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
load {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %1min %5min"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cpu_usage {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %usage"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disk "/" {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %avail (%percentage_avail)"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
disk "/home" {
|
2018-06-20 11:56:20 +02:00
|
|
|
|
format = " %avail (%percentage_avail)"
|
2018-06-19 14:48:24 +02:00
|
|
|
|
}
|