.i3status.conf 564 B

12345678910111213141516171819202122232425262728293031
  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. color_good = '#696969'
  10. color_degraded = '#000000'
  11. color_bad = '#ff0000'
  12. interval = 1
  13. }
  14. order += "disk /"
  15. order += "tztime local"
  16. tztime local {
  17. format = "%Y-%m-%d %H:%M:%S"
  18. }
  19. load {
  20. format = "%1min"
  21. }
  22. disk "/" {
  23. format = "/ %avail/%total"
  24. }