i3status.conf 501 B

123456789101112131415161718192021222324252627282930
  1. # i3status configuration file.
  2. # see "man i3status" for documentation.
  3. # It is important that this file is edited as UTF-8.
  4. # The following line should contain a sharp s:
  5. # ß
  6. # If the above line is not correctly displayed, fix your editor first!
  7. general {
  8. colors = true
  9. interval = 1
  10. }
  11. order += "disk /"
  12. order += "tztime local"
  13. order += "cpu_usage"
  14. tztime local {
  15. format = "%Y-%m-%d %H:%M:%S"
  16. }
  17. disk "/" {
  18. format = "%avail"
  19. }
  20. cpu_usage {
  21. format = "%usage"
  22. }