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

91 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-06-23 11:36:19 +00:00
# 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
2015-06-23 11:36:19 +00:00
}
#order += "ipv6"
2018-03-02 14:13:18 +00:00
#order += "external_script cmus"
2017-07-17 06:02:42 +00:00
order += "disk /home/nemo"
2016-12-21 11:47:50 +00:00
order += "disk /"
2017-07-17 06:02:42 +00:00
order += "bluetooth"
#order += "weather_yahoo"
2015-06-23 11:36:19 +00:00
#order += "run_watch DHCP"
#order += "run_watch VPN"
order += "wireless _first_"
#order += "ethernet _first_"
2017-07-17 06:02:42 +00:00
order += "battery_level"
2018-03-02 14:13:18 +00:00
order += "load"
2015-06-23 11:36:19 +00:00
order += "tztime local"
wireless _first_ {
format_up = "%essid %quality %ip"
format_down = "W: down"
2015-06-23 11:36:19 +00:00
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
format_down = "E: down"
2015-06-23 11:36:19 +00:00
}
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"
2017-02-02 07:58:37 +00:00
script_path = "python /home/nemo/projects/scripts/get_current_track.py"
2015-06-23 11:36:19 +00:00
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
2015-06-23 11:36:19 +00:00
}
run_watch VPN {
pidfile = "/var/run/vpnc/pid"
2015-06-23 11:36:19 +00:00
}
tztime local {
2018-03-02 14:13:18 +00:00
format = "%d/%m %H:%M:%S"
2015-06-23 11:36:19 +00:00
}
load {
format = "%1min"
2015-06-23 11:36:19 +00:00
}
disk "/home" {
format = "%avail"
}
2016-12-21 11:47:50 +00:00
disk "/" {
format = "%avail"
}
weather_yahoo {
city_code = "INKA0686"
2015-06-23 11:36:19 +00:00
}
2018-03-02 14:13:18 +00:00
#bluetooth {
# format = "{name}"
# format_no_conn = ""
# format_prefix = "ß "
# format_no_conn_prefix = ""
#}
pomodoro {
}