my dotfiles and other common configs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/i3/i3status.conf

78 lines
1.5 KiB

# 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 {
output_format="i3bar"
colors = true
interval = 5
}
order += "volume master"
#order += "volume komplete"
order += "disk /"
#order += "run_watch DHCP"
order += "path_exists VPN"
order += "wireless _first_"
order += "ethernet _first_"
#order += "battery 0"
order += "load"
order += "tztime local"
order += "tztime utc"
volume master {
format = " %volume"
format_muted = " %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
wireless _first_ {
#format_up = "W: (%quality at %essid) %ip"
#format_down = "W: down"
format_up = " (%quality at %essid) %ip"
format_down = " down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
format = "%status %percentage %remaining"
status_bat = ""
status_chr = ""
status_full = ""
#status_full = ""
hide_seconds = true
integer_battery_capacity = true
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
tztime local {
format = "%Y-%m-%d %I:%M:%S %p"
timezone = "US/Eastern"
}
tztime utc {
format = "%Z: %H:%M"
timezone = "Etc/UTC"
}
load {
format = "%1min %5min %15min"
}
disk "/" {
format = "%avail"
}