# 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 += "ipv6" order += "run_watch DHCP" order += "path_exists VPN" order += "wireless _first_" order += "ethernet _first_" order += "battery 0" order += "battery 1" order += "volume master" order += "load" order += "tztime local" wireless _first_ { format_up = "๐Ÿ“ถ:%essid %bitrate" format_down = "" } ethernet etho { # if you use %speed, i3status requires root privileges format_up = "๐Ÿ–ง:%ip (%speed)" format_down = "" } battery 0 { format = "%percentage%status%remaining" format_down = "" status_chr = "๐Ÿ”Œ" status_bat = "๐Ÿ”‹" status_full = "F" integer_battery_capacity = true } battery 1 { format = "%percentage%status%remaining" format_down = "" status_chr = "๐Ÿ”Œ" status_bat = "๐Ÿ”‹" status_full = "F" integer_battery_capacity = true } ipv6 { format_up = "%addr" format_down = "" } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" format = "Dโƒ" format_down = "" } path_exists VPN { path = "/proc/sys/net/ipv4/conf/tun0" format = "๐Ÿ–งโƒ" format_down = "" } tztime local { format = "%Y-%m-%d %H:%M:%S" } load { format = "%1min" } volume master { format = "๐Ÿ”Š%volume" format_muted = "๐Ÿ”‡(%volume)" device = "pulse" }