Skip to content

Instantly share code, notes, and snippets.

@vahe
Created December 28, 2014 03:47
Show Gist options
  • Select an option

  • Save vahe/31c3fe91b6afd2966c0a to your computer and use it in GitHub Desktop.

Select an option

Save vahe/31c3fe91b6afd2966c0a to your computer and use it in GitHub Desktop.
i3status config
# 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 = 60
}
# order += "cpu_usage"
order += "battery 0"
order += "tztime local"
battery 0 {
format = " %status %percentage %remaining "
}
tztime local {
format = " %A %b %d,%l:%M%P "
}
cpu_usage {
format = "cpu usage: %usage "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment