Skip to content

Instantly share code, notes, and snippets.

@ch1c0t
Created November 16, 2017 19:39
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 ch1c0t/4cf4197ea291da7ff64cba88b41a011b to your computer and use it in GitHub Desktop.
Save ch1c0t/4cf4197ea291da7ff64cba88b41a011b 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 = 5
}
order += "disk /"
order += "load"
order += "tztime local"
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