Newer
Older
# 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
color_good = "#F9FAF9"
color_bad = "#F9FAF9"
color_degraded = "#DC322F"
}
order += "spotify"
order += "net_rate"
order += "whatismyip"
order += "wireless _first_"
order += "ethernet _first_"
# order += "load"
order += "cpu_usage"
Jay Ta'ala
committed
#order += "disk /"
order += "diskdata"
#order += "battery all"
order += "battery_level"
# order += "load"
order += "timer"
order += "tztime local"
# order += "ipv6"
spotify {
format = "( {artist} : {title})"
format_down = ""
format_stopped = ""
}
timer {
format = ":{timer}"
time = 3600
}
cpu_usage {
format = " cpu %usage "
}
load {
format = " load %1min "
# max_threshold = 0.3
}
Jay Ta'ala
committed
diskdata {
prefix_type = decimal
Jay Ta'ala
committed
#format_space = "[\?min_length=5 {value:.2f}]"
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
}
whatismyip {
format = " {isp}\|{city}\|{countryCode} ({ip}) "
icon_on = ""
hide_when_offline = True
url_geo = "http://ip-api.com/json"
}
wireless _first_ {
# if you use %speed, i3status requires root privileges
format_up = " %essid (%ip) "
format_down = ""
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " eth (%ip) "
format_down = ""
}
net_rate {
format_value = "[\?min_length=10 {value:.1f} {unit}]"
si_units = "True"
format = "{down}⇣ {up}⇡"
}
battery all {
# format = "%status %percentage %remaining %emptytime"
format = " %status %percentage %remaining "
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
# status_chr = ""
status_chr = "⚡"
# status_bat = "bat"
# status_bat = "☉"
status_bat = ""
# status_unk = "?"
status_unk = ""
# status_full = ""
status_full = "☻"
low_threshold = 15
threshold_type = time
}
battery_level {
cache_timeout = 30
Jay Ta'ala
committed
#measurement_mode = "acpi"
hide_when_full = "True"
hide_seconds = "True"
blocks = ""
color_charging = "#00ff00"
format = " {icon} {percent}% ({time_remaining}) "
}
tztime local {
# format = "%Y-%m-%d %H:%M:%S"
format = " %d/%m %H:%M "
}