An error occurred while loading the file. Please try again.
-
Jay Ta'ala authoredbb6089b7
# 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 += "cpu_usage"
order += "disk /"
order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
order += "tztime local"
cpu_usage {
format = " cpu %usage "
}
disk "/" {
prefix_type = decimal
format = " ⛁ %percentage_used (U:%used, F:%free) "
}
wireless _first_ {
# if you use %speed, i3status requires root privileges
format_up = " wlan: %ip "
format_down = ""
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " eth: %ip "
format_down = ""
}
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_bat = "🔋"
status_unk = ""
status_full = "☻"
low_threshold = 15
threshold_type = time
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
#format = " %d.%m. %H:%M "
}