Skip to content

Instantly share code, notes, and snippets.

@AStaroverov
Created October 13, 2016 16:56
Show Gist options
  • Save AStaroverov/48e4d013d88c2b275db2a26732454204 to your computer and use it in GitHub Desktop.
Save AStaroverov/48e4d013d88c2b275db2a26732454204 to your computer and use it in GitHub Desktop.
general {
output_format = "i3bar"
colors = true
interval = 5
}
order += "wireless wlan0"
order += "ethernet eth0"
order += "battery 0"
order += "cpu_temperature 0"
order += "tztime local"
wireless wlan0 {
format_up = "W: (%quality at %essid, %bitrate) %ip"
format_down = "W: down"
}
ethernet eth0 {
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
format = "%status %percentage %remaining %emptytime"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment