# 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 color_good = "#859900" color_degraded = "#b58900" color_bad = "#dc322f" interval = 5 } order += "disk /" order += "disk /home" order += "ethernet br0" # NOTE: uncomment this and remove the previous line if you are using a laptop. #order += "wireless wlp3s0" order += "load" order += "volume master" order += "tztime local" # Yes, I'm weird :P Use whatever ethernet interface you have here. # NOTE: remove this if you are using a laptop. ethernet br0 { format_up = "E: %ip" format_down = "E: down" } # NOTE: use this if you are using a laptop. #wireless wlp3s0 { #format_up = "W: (%quality at %essid) %ip" #format_down = "W: down" #} tztime local { format = "%Y-%m-%d %H:%M" } load { format = "%1min" } disk "/" { format = "/ %free" } disk "/home" { format = "/home %free" } volume master { format = "♪: %volume" device = "default" mixer = "Master" mixer_idx = 0 }