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

82 lines
1.4 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_"
2019-12-31 15:15:53 +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
}
2018-12-17 18:29:30 +00:00
#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"
#}
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"
}
2018-12-17 18:29:30 +00:00
#weather_yahoo {
# city_code = "INKA0686"
#}
2018-03-02 14:13:18 +00:00
#bluetooth {
# format = "{name}"
# format_no_conn = ""
# format_prefix = "ß "
# format_no_conn_prefix = ""
#}
2018-12-17 18:29:30 +00:00
#pomodoro {
2018-12-17 18:29:30 +00:00
#}