01_setup 615 B

1234567891011121314151617181920212223242526272829
  1. # i3xrocks config file
  2. # # The man page for i3blocks is hosted at http://vivien.github.io/i3blocks
  3. #
  4. # List of valid properties:
  5. #
  6. # align
  7. # color
  8. # command
  9. # full_text
  10. # instance
  11. # interval
  12. # label
  13. # min_width
  14. # name
  15. # separator
  16. # separator_block_width
  17. # short_text
  18. # signal
  19. # urgent
  20. # Global properties
  21. #
  22. # The top properties below are applied to every block, but can be overridden.
  23. # Each block command defaults to the script name to avoid boilerplate.
  24. command=/usr/share/i3xrocks/$BLOCK_NAME
  25. separator_block_width=35
  26. markup=pango
  27. color=xresource:i3xrocks.value.color
  28. label_color=xresource:i3xrocks.label.color