dotfiles/sway/i3status.config

76 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-05-09 04:49:51 +00:00
# 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 - wireless, battery, load, date/time
order += "wireless _first_"
order += "battery 0"
order += "load"
order += "tztime local"
# unused
#order += "ipv6"
#order += "disk /"
#order += "run_watch DHCP"
#order += "run_watch VPN"
#order += "ethernet _first_"
#order += "volume master"
wireless _first_ {
format_up = " %essid (%quality)"
format_down = ""
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
last_full_capacity = true
hide_seconds = true
integer_battery_capacity = true
format = "%status %percentage (%remaining)"
status_chr = ""
status_bat = ""
status_full = ""
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}
tztime local {
format = "%F %H:%M"
}
load {
format = "%1min %5min %15min"
}
disk "/" {
format = "%avail"
}
volume master {
format = "♪: %volume"
format_muted = "♪: muted (%volume)"
device = "default"
mixer = "Master"
mixer_idx = 0
}