Dotfiles for my tiling window manager + terminal workflow.
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.

35 lines
652 B

5 years ago
  1. # Global properties {{{ #
  2. # The top properties below are applied to every block, but can be overridden.
  3. # Each block command defaults to the script name to avoid boilerplate.
  4. align=center
  5. command=~/.config/i3blocks/scripts/$BLOCK_NAME
  6. separator=true
  7. separator_block_width=25
  8. markup=pango
  9. color=#cbe4ff
  10. # }}} Global properties #
  11. [spotify]
  12. # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
  13. # label=
  14. label=
  15. # label=🎧
  16. # green
  17. # color=#198c19
  18. # aqua
  19. # color=#2d7272
  20. interval=5
  21. [volume]
  22. interval=once
  23. signal=1
  24. interval=60
  25. [calendar]
  26. interval=30
  27. label=
  28. DATEFMT=+%H:%M.%a-%m-%d
  29. # SHORTFMT=+%H:%M:%S
  30. HEIGHT=180
  31. WIDTH=220