Skip to content

Instantly share code, notes, and snippets.

@MartijnBraam
Created February 12, 2018 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartijnBraam/dbef8c0e89bd5568e61ce4c5e02816b7 to your computer and use it in GitHub Desktop.
Save MartijnBraam/dbef8c0e89bd5568e61ce4c5e02816b7 to your computer and use it in GitHub Desktop.
# 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 = 10
color_good = "#009900"
color_bad = "#990000"
color_degraded = "#999900"
}
order += "disk /"
order += "wireless _first_"
order += "battery all"
order += "load"
order += "tztime local"
wireless _first_ {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
}
battery all {
format = "%status %percentage %remaining"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
load {
format = "%1min"
}
disk "/" {
format = "%avail"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment