# i3status configuration file.
# see "man i3status" for documentation.
#        color_good = "#00e6ac"
#		 color_bad = "#ff0000"
#        color_degraded = "#ffff66"
# 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
  #color_good = "#2E588E"
  #color_degraded = "#FFFF00"
  #color_bad = "#FF0000"
  interval = 1
  "markup"="pango"
}
order += "disk /"
#order += "wireless _first_"
order += "ethernet _first_"
order += "battery all"
#order += "load"
order += "volume master"
order += "tztime local"
ipv6 {
    format_up = "%ip"
    format_down = ""
}
wireless _first_ {
	# format_up = "W: (%quality at %essid) %ip"
	# format_down = "W: down"
	format_up = "[  ]: On: %essid (%quality) %ip"
	format_down = "" #"[  ]  Wifi: down"
}
ethernet _first_ {
	# if you use %speed, i3status requires root privileges
	format_up = "%ip | %speed "
	format_down = " no lan "
}
battery all {
	format = " %status: %percentage  %remaining"
	format_down = "No battery"
	#'#fa4c7e'
        status_chr = "[  ]   "
        status_bat = "[   ] "
        status_unk = "[? ukwn ] "
        status_full = " [  ] "
        path = "/sys/class/power_supply/BAT%d/uevent"
        low_threshold = 10
		# last_full_capacity = true
        hide_seconds = true
        integer_battery_capacity = true
}
tztime local {
	# format = "%Y-%m-%d %H:%M:%S    %Z  "
	format = "%time"
	format_time = "  %H:%M:%S | %a. %d.%m.%Y "
	locale = "de_DE.UTF-8"
}
load {
	format = "%1min"
}
disk "/" {
        # format = " hdd %avail "
        format = " ⛁ %avail "
}
volume master {
    format = "[VOL]: %volume "
    format_muted = "[  ]: muted (%volume) "
    device = "default"
    mixer = "Master"
    mixer_idx = 0
}