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_good = "#07eded"
color_bad = "#07eded"
color_degraded = "#DC322F"
}
order += "spotify"
order += "net_rate"
order += "whatismyip"
order += "wireless _first_"
order += "ethernet _first_"
order += "cpu_usage"
order += "disk /"
#order += "diskdata"
Jay Ta'ala
committed
order += "timer"
order += "battery all"
#order += "battery_level"
Jay Ta'ala
committed
order += "path_exists VPN"
order += "external_script"
order += "tztime local"
spotify {
format = "( {artist} : {title})"
format_down = ""
format_stopped = ""
}
timer {
format = ":{timer}"
time = 3600
}
cpu_usage {
format = " cpu %usage "
}
disk "/" {
prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) "
}
Jay Ta'ala
committed
diskdata {
disk = sda2
prefix_type = decimal
#format_space = "[\?min_length=5 {value:.2f}]"
Jay Ta'ala
committed
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
}
external_script {
format = "{output}"
script_path = "cat /sys/class/tty/tty0/active"
}
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}⇡"
Jay Ta'ala
committed
interfaces_blacklist = "lo"
}
battery all {
format = " %status %percentage (%remaining) %consumption "
format_down = "No battery"
last_full_capacity = true
integer_battery_capacity = true
status_chr = "⚡"
status_bat = ""
status_unk = ""
status_full = ""
low_threshold = 15
threshold_type = time
}
battery_level {
cache_timeout = 5
measurement_mode = "acpi"
Jay Ta'ala
committed
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:%S"
}
Jay Ta'ala
committed
path_exists VPN {
Jay Ta'ala
committed
format = "%title:tun0"
Jay Ta'ala
committed
format_down = ""
color_good = "#00ff00"
path = "/sys/class/net/tun0/dev_id"