You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.2 KiB

  1. # Please see man i3blocks for a complete reference!
  2. # The man page is also hosted at http://vivien.github.io/i3blocks
  3. general {
  4. interval = 1
  5. colors = true
  6. color_good = '#88b090'
  7. color_degraded = '#ccdc90'
  8. color_bad = '#e89393'
  9. }
  10. order += "wireless wlp4s0"
  11. order += "battery 0"
  12. order += "cpu_temperature 0"
  13. order += "cpu_usage 0"
  14. order += "tztime local"
  15. order += "volume master"
  16. order += "disk /"
  17. order += "memory"
  18. wireless wlp4s0 {
  19. format_up = "%quality  %essid %ip"
  20. format_down = ""
  21. }
  22. battery 0 {
  23. format = "%status %percentage %remaining"
  24. format_down = ""
  25. last_full_capacity = true
  26. integer_battery_capacity = true
  27. low_threshold = 11
  28. threshold_type = percentage
  29. hide_seconds = true
  30. status_chr = " "
  31. status_bat = " "
  32. status_unk = " "
  33. status_full = " "
  34. }
  35. tztime local {
  36. format = "%V  %A %e.%B  %H:%M"
  37. }
  38. cpu_usage {
  39. format = " %usage"
  40. }
  41. cpu_temperature 0 {
  42. format = " %degrees°C"
  43. }
  44. disk "/" {
  45. format = " %avail"
  46. prefix_type = custom
  47. low_threshold = 20
  48. threshold_type = percentage_avail
  49. }
  50. volume master {
  51. format = "%volume  "
  52. format_muted = " "
  53. device = "default"
  54. mixer = "Master"
  55. mixer_idx = 0
  56. }