dotfiles/files/i3/.config/i3status/config

94 lines
1.7 KiB
Plaintext

# 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 += "ipv6"
order += "external_script cmus"
order += "disk /home/nemo"
order += "disk /"
order += "bluetooth"
#order += "weather_yahoo"
#order += "run_watch DHCP"
#order += "run_watch VPN"
order += "wireless _first_"
#order += "ethernet _first_"
order += "battery_level"
order += "load"
order += "tztime local"
wireless _first_ {
format_up = "%essid %quality %ip"
format_down = "W: down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery_level{
color_bad = "#ECF0F1"
color_charging = "#FCE94F"
color = "#FCE94F"
color_degraded = "#2ECC71"
color_good = "#2ECC71"
format = "⚡ {}"
mode = "text"
}
external_script "cmus" {
# Refresh every 5 seconds
cache_timeout = 5
format = "► {output}"
color = "#E67E22"
script_path = "python /home/nemo/projects/scripts/get_current_track.py"
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "%1min"
}
disk "/home" {
format = "%avail"
}
disk "/" {
format = "%avail"
}
weather_yahoo {
city_code = "INKA0686"
}
bluetooth {
format = "{name}"
format_no_conn = ""
format_prefix = "ß "
format_no_conn_prefix = ""
}
pomodoro {
}