dotfiles/i3wm/.config/i3status/config
2018-07-06 09:28:48 +02:00

72 lines
1.4 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
separator = " | "
}
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_ {
format_up = " (%quality at %essid) %ip"
format_down = " down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " %ip (%speed)"
format_down = " down"
}
battery all {
format = " %status %percentage %remaining"
status_full = " "
status_bat = " "
status_chr = " "
status_unk = " "
}
volume master {
format = " %volume"
format_muted = " muted (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime local {
format = " %Y-%m-%d %H:%M:%S"
}
load {
format = " %1min %5min"
}
cpu_usage {
format = " %usage"
}
disk "/" {
format = " %avail (%percentage_avail)"
}
disk "/home" {
format = "  %avail (%percentage_avail)"
}