84 lines
1.4 KiB
Text
84 lines
1.4 KiB
Text
# 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
|
|
}
|
|
|
|
order += "window_title_async"
|
|
#order += "wireless _first_"
|
|
order += "wifi"
|
|
order += "ethernet _first_"
|
|
order += "path_exists VPN"
|
|
order += "net_rate"
|
|
order += "battery_level"
|
|
order += "load"
|
|
order += "volume master"
|
|
order += "tztime local"
|
|
|
|
window_title {
|
|
format = "{title}"
|
|
}
|
|
|
|
wireless _first_ {
|
|
format_up = "W: (%quality at %essid, %bitrate) %ip"
|
|
format_down = ""
|
|
}
|
|
|
|
wifi {
|
|
format = " {bitrate} {icon} {ssid} {ip}|"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
# if you use %speed, i3status requires root privileges
|
|
format_up = " %ip (%speed)"
|
|
format_down = ""
|
|
}
|
|
|
|
ipv6 {
|
|
|
|
format_down = ""
|
|
|
|
}
|
|
|
|
net_rate {
|
|
|
|
format = "{interface}{down}↓{up}↑"
|
|
si_units = True
|
|
|
|
}
|
|
|
|
battery_level {
|
|
format = "{icon} {percent}%"
|
|
charging_character = "⚡"
|
|
notification = true
|
|
blocks = ""
|
|
battery_id = "all"
|
|
}
|
|
|
|
tztime local {
|
|
format = "%Y-%m-%d %H:%M:%S"
|
|
}
|
|
|
|
load {
|
|
format = "%1min %5min %15min"
|
|
}
|
|
|
|
volume master {
|
|
format = "♪: %volume"
|
|
format_muted = "♪: M"
|
|
|
|
}
|
|
|
|
path_exists VPN {
|
|
|
|
path = "/proc/sys/net/ipv4/conf/tun_turris"
|
|
format = "%title: %status"
|
|
|
|
}
|