# 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 } volume komplete { format = " %volume" format_muted = " %volume" device = "pulse:alsa_output.usb-Native_Instruments_Komplete_Audio_2_00000181-00.analog-stereo" } # volume komplete { # format = " %volume" # format_muted = " %volume" # #device = "hw:2" # device = "hw:0" # mixer = "Komplete Audio 2 " # } 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" } #run_watch VPN { # pidfile = "/var/run/vpnc/pid" #} path_exists VPN { #path = "/proc/sys/net/ipv4/conf/vpn0" path = "/proc/sys/net/ipv4/conf/tun0" } 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" }